Forum Moderators: not2easy

Message Too Old, No Replies

Access denied to csshover.htc

access denied to csshover.htc

         

ahmadthd

7:27 pm on Aug 8, 2007 (gmt 0)

10+ Year Member



I encountered this error while congiuring Zen-Cart today.
I struggled hard to find the solution on forums. The last thing i got from w3School was to change the behaviour url address link to absolute from relative and it is woring ok now.
1. I copied the csshover.htc file in the same directory as the page calling it
And
2. I changed the :
behavior: url(/include/csshover.htc);
TO behavior: url(csshover.htc);

Hence it need not to go relative path. And is working ok now. Hope would help someone.
Thanks.

SuzyUK

8:34 pm on Aug 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



thanks for posting your solution ahmadthd, and Welcome to WebmasterWorld!

Marshall

9:21 pm on Aug 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ahmadthd,

Welcome to WebmasterWorld.

Just a thought, but you probably should not have had the forward slash at the brginning of the URI
Change this:
behavior: url(/include/csshover.htc);
To:
behavior: url(include/csshover.htc);

Marshall