Skip to content

Instantly share code, notes, and snippets.

@JTLR
Created February 4, 2014 13:04
Show Gist options
  • Save JTLR/7c116531e546081a6c7d to your computer and use it in GitHub Desktop.
Save JTLR/7c116531e546081a6c7d to your computer and use it in GitHub Desktop.
Conditional HTML classes for IE
<!--[if lt IE 7]> <html class="ie ie6 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 7]> <html class="ie ie7 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 8]> <html class="ie ie8 lte9 lte8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9 lte9"> <![endif]-->
<!--[if gt IE 9]> <html> <![endif]-->
<!--[if !IE]><!--> <html> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment