Skip to content

Instantly share code, notes, and snippets.

@mattyoho
Created March 7, 2012 15:06
Show Gist options
  • Save mattyoho/1993692 to your computer and use it in GitHub Desktop.
Save mattyoho/1993692 to your computer and use it in GitHub Desktop.
/* See: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
// Firefox <= 3.5 will need the following instead:
// content:".";
// visibility:hidden;
}
.cf:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment