clearfix – IE7対応
2008年1月23日
CSS:
-
.clearfix {
-
zoom:1;/*for IE 5.5-7*/
-
}
-
.clearfix:after {/*for modern browser*/
-
content: ".";
-
display: block;
-
height: 0;
-
clear: both;
-
visibility: hidden;
-
}
TrackBack URL :
Comments (0)

