Skip to content

Instantly share code, notes, and snippets.

@findel
Created February 23, 2012 17:20
Show Gist options
  • Select an option

  • Save findel/1893885 to your computer and use it in GitHub Desktop.

Select an option

Save findel/1893885 to your computer and use it in GitHub Desktop.
Clearfix (the most up-to-date version, I think)
/* For modern browsers */
.clearfix:before,
.clearfix:after
{
content:"";
display:table;
}
.clearfix:after{ clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix{ zoom:1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment