Skip to content

Instantly share code, notes, and snippets.

@sCrewLoU
Forked from frankstallone/ln-html-tag
Created January 10, 2026 05:50
Show Gist options
  • Select an option

  • Save sCrewLoU/03e50881eb7f95cd8dcef305bc906159 to your computer and use it in GitHub Desktop.

Select an option

Save sCrewLoU/03e50881eb7f95cd8dcef305bc906159 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