账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    如何让div背景图随着内容的增加而长度改变
    38
    0
     <div class="leftNav">
                <ul>
                    <li>预案启动</li>
                    <li>报警</li>
                    <li>指挥人员</li>
                    <li>应急资源</li>
                    <li>信息收集</li>
                    
    
                </ul>
            </div>
    
    ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
      }
    .leftNav{
        top: 10%;
        width: 100%;
        height: 500px;
        background-image: url(../images/left_bg.png);
        position: absolute;
        background-repeat: no-repeat;
        z-index: 111;
        left: 1%
    }

    如果ul下得li不断增加 能够撑起leftNav的背景图 现在li内容都跑到了li的外面 求问CSS要设置什么属性

    0
    打赏
    收藏
    点击回答
    您的回答被采纳后将获得:提问者悬赏的 10 元积分
        全部回答
    • 0
    • 柠北森屋 普通会员 1楼
      502 Bad Gateway

      502 Bad Gateway


      nginx
    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部