Skip to content

Instantly share code, notes, and snippets.

@kmlprtsng
Created August 14, 2013 08:28
Show Gist options
  • Save kmlprtsng/6229007 to your computer and use it in GitHub Desktop.
Save kmlprtsng/6229007 to your computer and use it in GitHub Desktop.
IE6 Min height hack
selector {
min-height:500px;
height:auto !important;
height:500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment