哪位是CSS+DIV高手,有问题请教
<divstyle="border-bottom:1pxdashed#868686;width:725px;height:0px;margin-top:20px;marg...
<div style="border-bottom:1px dashed #868686;width:725px; height:0px; margin-top:20px; margin-left:20px; "></div> 出现扩展框问题:“如果无法将内容放入固定宽度或固定高度的框中,则框会扩展以适应内容,而不是让内容溢出框外”。
展开
4个回答
展开全部
应该是对这个div写最小高度
<div style="border-bottom:1px dashed #868686;width:725px; min-height:100px; height:auto !important; height:100px; margin-top:20px; margin-left:20px; "></div>
<div style="border-bottom:1px dashed #868686;width:725px; min-height:100px; height:auto !important; height:100px; margin-top:20px; margin-left:20px; "></div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
height:auto!important;
height:12px;
min-height:12px;
overflow:auto!important;
overflow:hidden;
先定义一个最小高度 高度会自动增高 那三个高度的顺序不可以乱
height:12px;
min-height:12px;
overflow:auto!important;
overflow:hidden;
先定义一个最小高度 高度会自动增高 那三个高度的顺序不可以乱
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
添加一句: overflow:hidden;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询