Skip to content

Instantly share code, notes, and snippets.

@rozmiarek
Created July 10, 2010 21:38
Show Gist options
  • Save rozmiarek/471049 to your computer and use it in GitHub Desktop.
Save rozmiarek/471049 to your computer and use it in GitHub Desktop.
css: overflow hidden alternative
.elementWithFloatedChilds { height: 1%; }
.elementWithFloatedChilds:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment