Skip to content

Instantly share code, notes, and snippets.

@shaunbent
Created June 17, 2015 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaunbent/aa983406bfe3e074e87b to your computer and use it in GitHub Desktop.
Save shaunbent/aa983406bfe3e074e87b to your computer and use it in GitHub Desktop.
Stylesheet Loading
<!--[if lte IE 8]>
<link rel="stylesheet" href="path/to/fixed.css" />
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="path/to/enhanced.css" />
<!--<![endif]-->
@howieweiner
Copy link

OK. So, this is new to me... a comment within a conditional comment would get executed by non-IE browsers? How?

@howieweiner
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment