Last active
August 29, 2015 14:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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