Re: Quick question
I worked out what the offending thing was for ie6. it was the javascript in home.tpl is there a different way to link java ? ? other than
<script type="text/javascript" language="javascript" src="{$SkinDir}/js/fade.js"></script> cause that ^ doesnt work.
the only way the script works is if the script is in the <head> and thats what causes problems in ie 6.
|