I'm trying to link to a single javascript file from inside the header template using the following code. I've tested this code in a non-vB HTML page and it works fine, but when placed into the header template through the admin CP, this same code doesn't seem to work:
any reason why the script may not be working?
This is where the script is from:
http://24ways.org/2007/supersleight-...ent-png-in-ie6
Code:
<!--[if lte IE 6]> <script type="text/javascript" src="supersleight.js"></script> <![endif]-->
This is where the script is from:
http://24ways.org/2007/supersleight-...ent-png-in-ie6
Comment