Skip to content

Instantly share code, notes, and snippets.

@anoldguy
Created March 27, 2013 18:21
Show Gist options
  • Save anoldguy/5256748 to your computer and use it in GitHub Desktop.
Save anoldguy/5256748 to your computer and use it in GitHub Desktop.
IE Compatibility Mode Fix
<!--[if HTML5]><![endif]-->
<!DOCTYPE html>
<!--[if lt IE 9]><html class="ie"><![endif]-->
<!--[if gte IE 9]><!-->
<html>
<!--<![endif]-->
<head></head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment