Skip to content

Instantly share code, notes, and snippets.

@uhhuhyeah
Created October 22, 2012 04:29
Show Gist options
  • Save uhhuhyeah/3929637 to your computer and use it in GitHub Desktop.
Save uhhuhyeah/3929637 to your computer and use it in GitHub Desktop.
Self-clearing floats IE
* html .some-floated-element { /* IE6 */
height: 1%;
}
*:first-child+html .some-floated-element { /* IE7 */
min-height: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment