Skip to content

Instantly share code, notes, and snippets.

@markjames
Created April 20, 2010 08:34
Show Gist options
  • Save markjames/372194 to your computer and use it in GitHub Desktop.
Save markjames/372194 to your computer and use it in GitHub Desktop.
Clearfix
/* @group Clearfix */
{YOUR SELECTOR}:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
} /* Clearfix */
* html {YOUR SELECTOR} { zoom: 1; display: block; } /* Clearfix - IE6 */
*:first-child+html {YOUR SELECTOR} { zoom: 1; } /* Clearfix - IE7 */
/* @end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment