clearfix [最終版] - IE7対応
2008/1/23 水曜日
.clearfix {
zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
トラックバック URL :
Web系エンジニアによる適当なブログです。あまり鵜呑みにしない方が酔いです。
.clearfix {
zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
トラックバック URL :
コメントはまだありません。