/ Published in: CSS
This method uses the "min-height" property to give "hasLayout" in IE 7, "height" property for IE 6 and the pseudo-element ":after" and "content" property for Gecko based and IE 8 Beta.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.clearfix:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;} .clearfix{min-height: 0; height: 0;} html>body .clearfix{height: auto;}
URL: http://uninstallme.com/limpiar-flotaciones-otro-metodo-mas/