Mejorar IE7 e IE8


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!--[if lt IE 7]>
  2. <script src="http://ie7-js.googlecode.com/svn/version/xx.x/IE7.js" type="text/javascript"></script>
  3. <![endif]-->
  4.  
  5. <!--[if lt IE 8]>
  6. <script src="http://ie7-js.googlecode.com/svn/version/xx.x/IE8.js" type="text/javascript"></script>
  7. <![endif]-->

URL: http://code.google.com/p/ie7-js/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.