Can we add javascript in IE conditional comment just before </body>
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-03-06T09:24:06Z
Indexed on
2010/06/10
6:22 UTC
Read the original article
Hit count: 252
This code should i place this code at bottom of body it's in conditional comment.
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta2)/IE7.js"></script>
<![endif]-->
© Stack Overflow or respective owner