Skip to content

Instantly share code, notes, and snippets.

@frankstallone
Created August 30, 2013 12:43
Show Gist options
  • Save frankstallone/6389444 to your computer and use it in GitHub Desktop.
Save frankstallone/6389444 to your computer and use it in GitHub Desktop.
Modification of Paul Irish's HTML tag with IE conditionals and .no-js for Modernizr for LexisNexis Martindale-Hubbell Web Visibility Solution Products
<!--[if lt IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" 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)|!(IE)]><!--> <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