Skip to content

Instantly share code, notes, and snippets.

@lgarcia
Created November 26, 2012 14:51
Show Gist options
  • Save lgarcia/4148598 to your computer and use it in GitHub Desktop.
Save lgarcia/4148598 to your computer and use it in GitHub Desktop.
Responsive media queries y HTML5 en IE8
<!-- 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