/ Published in: CSS
URL: http://uninstallme.com/ejemplos/simple-clearfix/
Expand |
Embed | Plain Text
Based in my previous snippet: http://snipplr.com/view/8373/another-way-to-clear-floating-elements-ff-ie-6-ie-7-ie-8-beta/ but removing the unnecessary /** * :after for Firefox, Webkit, Presto, IE 8 * min-height: 0 for IE 7 * height: 1% for IE 6 */ .clearfix:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;} .clearfix{min-height: 0; height: 1%;}
You need to login to post a comment.
