Skip to content

Instantly share code, notes, and snippets.

@jasonkarns
Created October 8, 2009 15:03
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 jasonkarns/205089 to your computer and use it in GitHub Desktop.
Save jasonkarns/205089 to your computer and use it in GitHub Desktop.
CSS filter for IE
/* IE6 only */
* html {}
/* IE7 only */
* + html {}
/* IE8 only */
/* IE6-7 */
/* IE7-8 */
html>body {}
body {
color: red; /* all browsers */
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