/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */
URL: http://css-tricks.com/snippets/css/clear-fix/