摘要: 抛掉对 IE/Mac 的支持之后,新的清除浮动方法:/* new clearfix */.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}* html .clearfix { zoom: 1; } /* IE6 */*:first-child+html .clearfix { zoom: 1; } /* IE7 */说明:IE6 和 IE7 都不支持 :after 这个伪类,因此需要后面两条来触发IE6/7的haslayout 阅读全文
posted @ 2011-04-18 11:47 流失的痕迹 阅读(510) 评论(0) 推荐(0)