-
-
Save pipster/2034008 to your computer and use it in GitHub Desktop.
Conditional comments for including IE-related stuff
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 lte IE 8]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<link rel="stylesheet" href="/css/ie.css" media="screen" /> | |
<![endif]--> | |
<!--[if lte IE 7]> | |
<link rel="stylesheet" href="/css/ie7.css" media="screen" /> | |
<![endif]--> | |
<!--[if lte IE 6]> | |
<link rel="stylesheet" href="/css/ie6.css" media="screen" /> | |
<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment