我在做DIV布局时,DIV的底部总是会出现大约5像素的宽度,为什么呢!
.move_con{
height:165px;
width:344px;
border:1px #ccc solid;
float:left;
margin-right:5px;
margin-bottom:5px;
margin-top:0px;
}
.con_title{
height:24px;
background:url(../images/content_title.jpg);
background-repeat:repeat-x;
border-bottom:1px #66CCFF dotted;
}
.con_center {
height:129px;
}
.con_foot {
height:11px;
background:url(../images/content_foot_bg.jpg);
background-repeat:repeat-x;
}