Zen Follower
- Join Date:
- Mar 2005
- Posts:
- 143
- Plugin Contributions:
- 0
Using iepngfix.htc
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 https://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