Skip to content

Instantly share code, notes, and snippets.

@leeky
Created January 19, 2011 15:05
Show Gist options
  • Save leeky/786275 to your computer and use it in GitHub Desktop.
Save leeky/786275 to your computer and use it in GitHub Desktop.
Self Clearing Floats
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
}
* html .group {
height: 1%;
}
*:first-child+html .group {
min-height: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment