Zen Cart Logo

Using iepngfix.htc

Locked

Views: 5,038

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
14 Feb 2007, 9:27 PM
#1
dwessell avatar

dwessell

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

14 Feb 2007, 9:42 PM
#2
dwessell avatar

dwessell

Zen Follower

Join Date:
Mar 2005
Posts:
143
Plugin Contributions:
0

Re: Using iepngfix.htc

Fixed it.. I put the style in the CSS, instead of the header.php file..

Thanks
David

9 Mar 2008, 7:25 AM
#3
shocker avatar

shocker

Zen Follower

Join Date:
Jul 2007
Location:
Jakarta
Posts:
346
Plugin Contributions:
0

Re: Using iepngfix.htc

I have similar problem, but so far I can't seem to get if fixed.

the problem is certainly with the URL but does your work with and without 'www'?