Skip to content

Instantly share code, notes, and snippets.

@reynish
Created September 25, 2012 13:01
Show Gist options
  • Save reynish/3781663 to your computer and use it in GitHub Desktop.
Save reynish/3781663 to your computer and use it in GitHub Desktop.
IE Conditional HTML Tag (Includes ie9/10 support)
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7 ie6" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 ie7" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie10 lt-ie9 ie8" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js lt-ie10 ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment