Created
March 27, 2013 18:21
-
-
Save anoldguy/5256748 to your computer and use it in GitHub Desktop.
IE Compatibility Mode Fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[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