Skip to content

Instantly share code, notes, and snippets.

@chadsten
Created October 15, 2013 18:58
Show Gist options
  • Select an option

  • Save chadsten/6996839 to your computer and use it in GitHub Desktop.

Select an option

Save chadsten/6996839 to your computer and use it in GitHub Desktop.
72 <!--[if IEMobile 7]><html class="iem7" <?php print $html_attributes; ?>><![endif]-->
73 <!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" <?php print $html_attributes; ?>><![endif]-->
74 <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie10 lt-ie9 lt-ie8" <?php print $html_attributes; ?>><![endif]-->
75 <!--[if IE 8]><html class="lt-ie10 lt-ie9 ie" <?php print $html_attributes; ?>><![endif]-->
76 <!--[if (IE 9)|(gt IEMobile 7)]><!--><html <?php print $html_attributes . $rdf_namespaces; ?> class="lt-ie10 ie9 ie"><!--<![endif]-->
77 <!--[if IE 10]><!--><html <?php print $html_attributes . $rdf_namespaces; ?> class="ie10 ie"><!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment