/ Published in: CSS
URL: http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
Expand |
Embed | Plain Text
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix { zoom: 1; } /* IE6 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */
You need to login to post a comment.
