Skip to content

Instantly share code, notes, and snippets.

@philsherry
Created January 24, 2011 09:28
Show Gist options
  • Save philsherry/793000 to your computer and use it in GitHub Desktop.
Save philsherry/793000 to your computer and use it in GitHub Desktop.
Conditional comments for including IE-related stuff
<!--[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