Skip to content

Instantly share code, notes, and snippets.

@mcatta
Created July 9, 2013 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mcatta/5955896 to your computer and use it in GitHub Desktop.
Save mcatta/5955896 to your computer and use it in GitHub Desktop.
Detect IE via HTML conditions
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment