アットウィキロゴ

IE6 > 7対応! new clearfix

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}
 
------------------------------------------
この新しいclearfixの対応ブラウザは、下記の通りです。
Firefox 2+
Safari 2+
Chrome
Opera 9.27+
IE 6+, IE Mac
 
http://coliss.com/articles/build-websites/operation/css/css-micro-clearfix.html
 
 
カイシャの評判にて使用
 
http://hyouban.en-japan.com/
 
------------------------------------------
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
------------------------------------------
最終更新:2012年05月24日 12:01