Return to Snippet

Revision: 16107
at July 27, 2009 06:17 by funkadelicsoul


Updated Code
.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]-->*/

Revision: 16106
at July 27, 2009 06:17 by funkadelicsoul


Initial Code
.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]-->

Initial URL


Initial Description


Initial Title
CSS clear class

Initial Tags


Initial Language
CSS