Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
timdwyer42
Thanks. When I do that it just lists all my catagories and subcatagories in one long list.
This is just a guess without seeing your site, but it sounds like the problem a lot of us have had. As mentioned previously in the thread, there's a problem uploading one particular file. The file named stylesheet_categories_menu.css that's contained in the current release was accidentally saved as a Unicode file. You need to either a) open the file in Notepad and re-save it as an ANSI file and upload it again, or b) upload it again with your FTP program set to "binary".
Re: Support for CSS Flyout Menu
I was curious if anyone had tried to make this mod work with images rather than just the colors. And, if so, how to make that happen.
Dale
Thanks, as always, in advance.
:smile:
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
jdw1979
I was curious if anyone had tried to make this mod work with images rather than just the colors.
http://www.zen-cart.com/forum/showpo...&postcount=330
Re: Support for CSS Flyout Menu
Excellent...thanks a lot.
Dale
:smile:
Re: Support for CSS Flyout Menu
Hi all,
I just installed CSS Flyout Menu and it does not appear to be working! I installed the the 4 files in their respective folders along with csshover.htc in includes.
Did I do anything wrong, please advise. Thanks
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
autoace
Did I do anything wrong...
Look at post 361.
Re: Support for CSS Flyout Menu
Zen Cart -Version 1.3.8
css_flyout_menu_1-3-8
It is not working for me. I have FTP stylesheet_categories_menu.css as binary as well changed the file to ANSI but no luck!
I changed the CSS file URL as well but no luck-
body {
behavior: url(http://www.myexclusiveshop.com/baby/...csshover.htc);
} /* WinIE behavior call*/
My install URL is - http://www.myexclusiveshop.com/baby/
Neeeeeeeeeeeeeeeed help :(
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
sathiy1
body {
behavior: url(includes/csshover.htc);
} /* WinIE behavior call */
that is the only correct syntax, assuming that csshover.htc is in folder includes.
That is not the URL of your stylesheet, do not modify, it is just the way the stylesheet finds that file.
In your download, open the stylesheet in Notepad (or any other text editor) and save as text, encoding ANSI.
Then reupload everything in exact location, in Tools -> Layout Boxes Controller, disable sideboxes/categories.php
Buy the manual and build a test site or two, that will answer most of your questions.
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
ckosloff
Look at post 361.
Hi all,
I looked at post 361 and did re-save my file to ANSI and re-uploaded to the right directory - and it still does not work:(!
I have ZC 1.3.8
Any other ideas?
I assuming that it just works automatically, once the files are uploaded. No configurations to set up, right?
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
autoace
I looked at post 361 and did re-save my file to ANSI and re-uploaded to the right directory
Let me rephrase: save file as text, the encoding is ANSI.
Yes, setup is automatic you only need to disable the Zen Cart box, instructions are above.