Skip to content

Instantly share code, notes, and snippets.

@gillesv
Created May 31, 2011 08:08
Show Gist options
  • Save gillesv/1000144 to your computer and use it in GitHub Desktop.
Save gillesv/1000144 to your computer and use it in GitHub Desktop.
<!-- Using conditional comments, we hide the mediaquery-laden styles from IE8 and below... -->
<!--[if ! lte IE 8]><!-->
<link rel="stylesheet" href="css/style.css">
<![endif]-->
<!-- ... and instead serve them the 'collapsed' styles as a separate stylesheet... -->
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie.css">
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment