Re: Support for CSS Flyout Menu
How can I change the color from "grey" to an actual 6 digit hex code? When I change it to a code, it turns everything white.
Thanks!
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
mary4c
How can I change the color from "grey" to an actual 6 digit hex code? When I change it to a code, it turns everything white.
Thanks!
dont forget to add the # before the hex code
background-color: green;
background-color: #101010;
should post css here
Re: Support for CSS Flyout Menu
Thank You! Thank You! I guess I had forgotten it.
If you have any ideas on why the word "blank" shows up multiple times in my EZ pages bar let me know.
www.southerngenealogybooks.com.
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
mary4c
Thank You! Thank You! I guess I had forgotten it.
If you have any ideas on why the word "blank" shows up multiple times in my EZ pages bar let me know.
www.southerngenealogybooks.com.
search includes\templates\YOUR_TEMPLATE\common\tpl_header.php for the word blank
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
mary4c
Thank You! Thank You! I guess I had forgotten it.
If you have any ideas on why the word "blank" shows up multiple times in my EZ pages bar let me know.
www.southerngenealogybooks.com.
downlaod contents of server files on computer and search through them with http://www.baremetalsoft.com/baregrep/
search ' "blank"
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
peachblossomhouse
Hi
I am now sat in my office with a number of PC's and have got your site in IE6 on XPSP2 on show with your CSS on a test installation here too looking similar to how you have it on your live site
Once again, I'm pretty certain your csshover.htc is NOT being found. Change that top line to includes/csshover.htc and ensure the file is present and accessible and not restricted in anyway. I can make your CSS hover work just by changing that line. The relative path is too confusing so lets get rid of it and eliminate it.
If you can confirm that you have done that, I'll continue to sort out the display as it is very similar to the problem I had originally.
HTH
Hi,I 'm a new guy about zencart,Now I haove the same problem about my Css flyout categories,can you tell me how to resolve it ?In your post,you suggest change the top line ,what is that?
The csshover.htc file that the flyout menu calls for IE6 compatibility doesn't seem to work at all in zencart 1.39x. In fact, you may as well delete the call to csshover.htc at the top of stylesheet_categories_menu.css, so at least the css will validate. I think the horizontal drop-down menu has the same incompatibility with IE6, since it uses csshover.htc also.
Re: Support for CSS Flyout Menu
Everything is working great, but why do I have Specials and Featured Products showing up in the CSS flyout menu and then below as well? How do I delete them in the CSS flyout menu?
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
mary4c
Everything is working great, but why do I have Specials and Featured Products showing up in the CSS flyout menu and then below as well? How do I delete them in the CSS flyout menu?
You can turn them both off from the Admin panel. Go to Configuration > Layout Settings. Set the 8th and 11th entries, Categories Box - Show Specials Link and Categories Box - Show Featured Products Link, to "false".
Re: Support for CSS Flyout Menu
Quote:
You can turn them both off from the Admin panel. Go to Configuration > Layout Settings. Set the 8th and 11th entries, Categories Box - Show Specials Link and Categories Box - Show Featured Products Link, to "false".
Thank You! I am still figuring all this out!
Re: Support for CSS Flyout Menu
Is there any way to only show the category and sub category? I don't want the sub sub category and the sub sub sub category showing. I hope that makes sense. Georgia has 96 counties and I am afraid it will look too busy. Thanks!