Skip to content

Instantly share code, notes, and snippets.

@vdchristelle
Created September 9, 2013 07:43
Show Gist options
  • Select an option

  • Save vdchristelle/6492564 to your computer and use it in GitHub Desktop.

Select an option

Save vdchristelle/6492564 to your computer and use it in GitHub Desktop.
Hack characters for IE Targetting the different IE versions Uniquely with 4 Characters
/**
*Hacks for IE
*
*/
/****** Targetting the different IE versions Uniquely with 4 Characters *********/
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