Your Ad Here

Posted By

artaries on 04/17/10


Tagged

clearfix


Versions (?)

Who likes this?

2 people have marked this snippet as a favorite

jaff
jeeremie


Clearfix


 / Published in: CSS
 

  1. /* Clearing */
  2. .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  3. .clearfix { display: inline-block;/*A fix for IE mac*/ }
  4. *html .clearfix {/*the holly hack for a bug in IE6 for Windows*/ height: 1%; }
  5. .clearfix { display: block;/*the holly hack for a bug in IE6 for Windows*/ }

Report this snippet  

You need to login to post a comment.