Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Created November 8, 2012 17:43
Show Gist options
  • Save steveosoule/4040319 to your computer and use it in GitHub Desktop.
Save steveosoule/4040319 to your computer and use it in GitHub Desktop.
IE HTML Tag Comments
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment