Skip to content

Instantly share code, notes, and snippets.

@llkats
Created July 23, 2015 19:09
Show Gist options
  • Save llkats/8230859f5160c7ef83e9 to your computer and use it in GitHub Desktop.
Save llkats/8230859f5160c7ef83e9 to your computer and use it in GitHub Desktop.
gross css hacks for targeting old versions of IE
/* ew */
body {
color: red; /* all browsers, of course */
color : green\9; /* IE8 and below */
*color : yellow; /* IE7 and below */
_color : orange; /* IE6 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment