Created
November 26, 2012 14:51
-
-
Save lgarcia/4148598 to your computer and use it in GitHub Desktop.
Responsive media queries y HTML5 en IE8
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
<!-- html5.js - IE 9 --> | |
<!--[if lt IE 9]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<!-- css3-mediaqueries.js - IE 9 --> | |
<!--[if lt IE 9]> | |
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> | |
<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment