Powered By Blogger

Monday, October 21, 2013

Internet explorer set media queries or responsive add js to file

<!-- css3-mediaqueries.js for IE less than 9 -->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->

any html5 element use you want use below js it convert to html :

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

No comments:

Post a Comment