Skip to content

Instantly share code, notes, and snippets.

@mikermcneil
Created November 2, 2012 13:48
Show Gist options
  • Select an option

  • Save mikermcneil/4001474 to your computer and use it in GitHub Desktop.

Select an option

Save mikermcneil/4001474 to your computer and use it in GitHub Desktop.
ie conditional stylesheet example for sebastian
<!DOCTYPE html>
<html>
<head>
<!-- http://css-tricks.com/how-to-create-an-ie-only-stylesheet/ -->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="/stylesheets/ie7.css" /> <![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="/stylesheets/ie7_and_8.css" /> <![endif]-->
​</head>
<body></body>
</html>​​​​​​​​​​​​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment