Skip to content

Instantly share code, notes, and snippets.

@barneycarroll
Last active December 16, 2015 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barneycarroll/5482300 to your computer and use it in GitHub Desktop.
Save barneycarroll/5482300 to your computer and use it in GitHub Desktop.
Old IE CSS per-property hacks — a reminder
.ie {
display: none;
}
.ie9 {
display: block\9;
display: none/;
}
.ie8 {
display: block/;
*display: none;
}
.ie7 {
*display: block;
_display: none;
}
.ie6 {
_display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment