Posts Tagged ‘960gs’

十二月 24th, 2009

960gs中浮动清除新变化

2 Comments, 前端开发, by army8735.

昨天下了新版本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:…