Created
December 19, 2011 14:36
-
-
Save adrienne/1497480 to your computer and use it in GitHub Desktop.
Conditional Comments (for reference)
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 IE 7]> | |
IE7 | |
<![endif]--> | |
<!--[if gte IE 8]> | |
IE8 or better | |
<![endif]--> | |
<!--[if !IE]><!--> | |
You are NOT using Internet Explorer | |
<!--<![endif]--> | |
<!--[if IE gte 9]><!--> | |
IE9+ or a better (non-IE) browser | |
<!--<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment