Your Ad Here

Posted By

nielsenrc on 07/23/11


Tagged


Versions (?)

Make Google +1 Work in IE6


 / Published in: HTML
 

URL: http://stackoverflow.com/questions/6410954/dont-load-script-in-ie6-or-less

Ok - so it doesn't make it work. But it does stop it from crashing in IE6.

  1. <!--[if gt IE 6]><!-->
  2. <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
  3. <!--><![endif]-->

Report this snippet  

You need to login to post a comment.