/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.clear:after { content:"."; clear:both; display:block; height:0; visibility:hidden; } /*<!--[if IE 7]> *:first-child+html .clear { min-height:1px; } <![endif]--> <!--[if lt IE 7]> * html .clear { height:1%; } <![endif]-->*/