为什么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;
}