Skip to content

Instantly share code, notes, and snippets.

@mmazer
Created September 29, 2012 13:47
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 mmazer/3804043 to your computer and use it in GitHub Desktop.
Save mmazer/3804043 to your computer and use it in GitHub Desktop.
CSS: IE Conditionals
<!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
<!--[if IE 7 ]> <body class="ie7"> <![endif]-->
<!--[if IE 8 ]> <body class="ie8"> <![endif]-->
<!--[if IE 9 ]> <body class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]> for higher than IE9 or non-IE <![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment