Thursday, April 9, 2015

Modern CSS Clearfix - CSS Snippet

Modern CSS Clearfix - CSS Snippet

Modern css clearfix code ,  there is no major difference in rendering between this modern version and the basic version. Both of these classes will effectively clear your floats, and they should work in all modern browsers and even legacy Internet Explorer 6-8.
.clearfix:before, .container:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* IE 6/7 */
.clearfix { zoom: 1; }
Disqus Comments