阿猫猫猫猫
2017-09-08 13:11
为什么list_main的高度不是352啊?上下边框不是占了2px吗???求解答.
为什么不是这样写?
.list_main{
min-height:352px;
_height:350px;
width:1000px;
background:#e8e8e8;
margin-top:10px;
}
.news_type{
height:350px;
width:220px;
background:#fff;
float:left;
border:1px solid #e8e8e8;
}
.list_box{
width:770px;
min-height:350px;
_height:350px;
background:#fff;
float:right;
border:1px solid #e8e8e8;
}
那上面是说最小高度是350px;所以它包含的div的高度超过了350px也没事啊!
其实不用设置高度的,让div随内容增加而撑开就可以,一般不设置高度的。
企业网站综合布局实战
157042 学习 · 1984 问题
相似问题