Skip to content

Instantly share code, notes, and snippets.

@baamenabar
Last active August 29, 2015 14:02
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 baamenabar/d1e44adb6fa9c0a6a13d to your computer and use it in GitHub Desktop.
Save baamenabar/d1e44adb6fa9c0a6a13d to your computer and use it in GitHub Desktop.
Hoja de estilos sólo para IE8 o superior, más hoja de estilo sólo para ie7 e inferior
<head>
<title>Título</title>
<!--[if lt IE 8 ]><link rel="stylesheet" href="/styles/legacy-ie.css" /><![endif]-->
<!--[if gt IE 9]><!--><link rel="stylesheet" href="/styles/styles.css" /><!--<![endif]-->
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment