Skip to content

Instantly share code, notes, and snippets.

@wenjul
Created November 27, 2012 13:59
Show Gist options
  • Save wenjul/4154350 to your computer and use it in GitHub Desktop.
Save wenjul/4154350 to your computer and use it in GitHub Desktop.
CSS:IE6 min-height min-width
#selector{
min-height: 30px;
_height: 30px;
height: auto !important;
}
#selector{
min-width: 30px;
_width: 30px;
width: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment