為什么list_main的高度不是352
為什么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;
}
2017-09-08
那上面是說最小高度是350px;所以它包含的div的高度超過了350px也沒事??!
其實不用設置高度的,讓div隨內容增加而撐開就可以,一般不設置高度的。