Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 1, 2012 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NapoleonWils0n/3996239 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3996239 to your computer and use it in GitHub Desktop.
css: clearfix all browsers
/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment