标签:for play 清除浮动 ie6 tab 一个 clear content oom
.clearfix:before,.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1px;/* IE678 */
}
哪一个元素出问题,就在哪个元素调用clearfix方法.
标签:for play 清除浮动 ie6 tab 一个 clear content oom
原文地址:http://www.cnblogs.com/hjsuceess/p/7383722.html