万能清除浮动法
html body div.clear,
html body span.clear
{
background: none;
border: 0;
clear: both;
display: block;
float: none;
font-size: 0;
margin: 0;
padding: 0;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
还有一种是
height: 0;
clear: both;
visibility:hidden;
overflow:hidden;
}
.clearfix {
zoom: 1;
}


浙公网安备 33010602011771号