Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: csshover.htc

    That's because your /includes/templates/iC_AthemeV1.3/css/stylesheet_header_menu.css file contains a call to csshover.htc:
    Code:
    body {  
    	behavior: url(csshover.htc);
    	}
    Only IE needs csshover.htc because it's the only browser that isn't smart enough to do css hover effects on its own without the aid of helps.

    And, attempting to access /shop/csshover.htc on your server fails ... as in the file isn't found.

    Your simplest fix is to upload the csshover.htc file to your /shop/ folder so that IE can find it when it needs it.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #2
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: csshover.htc

    Where can I get this file as it is not in the unpacked version of v1.5? Also when I have a copy of the file for v1.5 will it also work with v1.3.9h?

  3. #3
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: csshover.htc

    Another bit; can I remove that part of the script so that it is not called?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: csshover.htc

    That file doesn't come with Zen Cart. It comes from your addons, most likely from the template you chose to install.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: csshover.htc

    Dr Byte is correct. The HTC file is packed in with the menu add-on you have installed. Just grab it and FTP it to the server.
    20 years a Zencart User

  6. #6
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: csshover.htc

    Quote Originally Posted by DrByte View Post
    That file doesn't come with Zen Cart. It comes from your addons, most likely from the template you chose to install.
    I have had a look through the addon I have used, iC_AthemeV1.3, and does not have the file

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: csshover.htc

    As I said before, the stylesheet_header_menu.css file located in your /includes/templates/iC_AthemeV1.3/css/ folder is the one which is making reference to the csshover.htc file.

    So, either delete that .css file if it's not actually needed for anything you're using on your site, or finish correctly installing all the components that came with the addon that it came from.

    Maybe it didn't come with your template. But, it certainly came from some set of files that you added yourself.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: csshover.htc

    You're not looking hard enough...
    \icatheme_zen_cart_css_template_v1-3\includes\templates\iC_AthemeV1.3\css\csshover.htc

    If it's not there, just go grab another copy of the template.
    20 years a Zencart User

  9. #9
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: csshover.htc causing 404 errors

    OK found the file opened it only to find it is a blank file. Thanks I will remove the reference for the 'stylesheet_header_menu.css' file and see what happens then.

    Thanks for your time

  10. #10
    Join Date
    Sep 2007
    Posts
    15
    Plugin Contributions
    0

    Default IE login 403 problem Re: csshover.htc

    I came across this same problem. This file does not seem to be needed now. I renamed it and removed the reference to it in the css file. The IE cache had to be cleared before it would work, but now, login is possible from IE.


    Quote Originally Posted by DrByte View Post
    That's because your /includes/templates/iC_AthemeV1.3/css/stylesheet_header_menu.css file contains a call to csshover.htc:
    Code:
    body {  
    	behavior: url(csshover.htc);
    	}
    Only IE needs csshover.htc because it's the only browser that isn't smart enough to do css hover effects on its own without the aid of helps.

    And, attempting to access /shop/csshover.htc on your server fails ... as in the file isn't found.

    Your simplest fix is to upload the csshover.htc file to your /shop/ folder so that IE can find it when it needs it.

 

 

Similar Threads

  1. includes/csshover.htc
    By 3601965 in forum General Questions
    Replies: 1
    Last Post: 22 Oct 2010, 11:45 AM
  2. csshover.htc denied
    By MFP in forum Basic Configuration
    Replies: 19
    Last Post: 20 Sep 2010, 03:18 AM
  3. csshover.htc errors but from Google searches
    By limelites in forum General Questions
    Replies: 1
    Last Post: 2 Feb 2010, 03:30 PM
  4. css GET request causing 404 errors
    By orchidlake in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 14 Apr 2009, 03:13 PM
  5. csshover.htc
    By Liyana in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Sep 2007, 03:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg