昨天下了新版本960gs,瞅瞅里面有无新的变化,正巧发现其中.clearfix的新变化:
/* `Clear Floated Elements
—————————————————————————————————-*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
clear: both;
content: ‘ ‘;
display: block;
font-size:…

本博客所有文章均采用