Hi..
I am using a transparent png in my header. For IE5 and IE6 I'm using the iepngfix.htc file..
My problem is when the website is accessed from http://showball.com, access to that file is denied.. If I access the website from www.showball.com, it works just fine..
At the bottom of html_header.php, I have:
<style type="text/css">
img { behavior: url("/iepngfix.htc");
</style>
The file exists at showball.com/iepngfix.htc. Any thoughts as to why I get access denied when hitting it using http:// instead of www? And how to fix it?
Thanks
David



