為什么list_main的高度不是352
為什么list_main的高度不是352?。可舷逻吙虿皇钦剂?px嗎???求解答.
為什么不是這樣寫?
.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
那上面是說(shuō)最小高度是350px;所以它包含的div的高度超過(guò)了350px也沒事??!
其實(shí)不用設(shè)置高度的,讓div隨內(nèi)容增加而撐開就可以,一般不設(shè)置高度的。