Skip to content

Instantly share code, notes, and snippets.

@greypants
Created May 24, 2012 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greypants/2784428 to your computer and use it in GitHub Desktop.
Save greypants/2784428 to your computer and use it in GitHub Desktop.
HTML: IE Conditional <html> tag
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="no-js ie ie6 lte6 lte7 lte8 lte9"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie ie7 lte7 lte8 lte9"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8 lte8 lte9"><![endif]-->
<!--[if IE 9 ]><html class="no-js ie ie9 lte9"><![endif]-->
<!--[if gt IE 9]><!--><html class="no-js"><!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment