Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
dudemaaan
When I add the '<p></p>' I end up with a double white space and no line between the products and specials area.
I've tried <hr> with varying styles but It never comes out quite right. It's always a white section with a line in it. Or something else weird. All I really want is a grey line that divides it. I tried a <div> styled but then it changed my whole page some how so I took it off.
Find this section of code in the "stylesheet_categories_menu.css" (at the very top):
Code:
div#nav-cat {
margin-top: 0em;
background-color: #ffffff;
width: 100%;
margin-left: auto;
margin-right: auto;
font-weight: normal;
font-size: 1.3em;
}
and change the "background-color: #ffffff;" to transparent, making the whole section looking like this:
Code:
div#nav-cat {
margin-top: 0em;
background-color: transparent;
width: 100%;
margin-left: auto;
margin-right: auto;
font-weight: normal;
font-size: 1.3em;
}
Hope this helps.
Re: Support for CSS Flyout Menu
awesome! that did it. Thanks!
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
dudemaaan
awesome! that did it. Thanks!
Anytime. Glad to see you've got it worked out.
But, now that you've got it the way you want it, you might want to replace it, as FireFox isn't reading it............for some reason all I see when I went to edit your stylesheet_categories_menu.css, all I could see was: "’žb"..........that's it.....nothing else.
Did you recently install from a backup?
What editor do you use to edit you .css files?
Re: Support for CSS Flyout Menu
I used dreamweaver and uploaded it via filezilla. I've heard dreamweaver isn't the best for editing the files but it seemed to always work for me. I've also had filezilla corrupt the files before when it wasn't set to bianary upload. So why is everything working and looking correctly on the site if the file is screwy?
Also where do you go in firefox to read the file? So that I can test or check for that in the future
Re: Support for CSS Flyout Menu
I validated the CSS and it came back with this error
2 body Property behavior doesn't exist : url(includes/csshover.htc) url(includes/csshover.htc)
But I have the csshover.htc installed in the includes directory, so I dunno what else it wants.
EDIT: I think I figured out how to view the file in firefox. Using the developer kit "view source" and then click on the file. If that's the case, stylesheet_categories_menu.css seems to be okay now, aside from the CSS error that it showed me.
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
dudemaaan
Also where do you go in firefox to read the file? So that I can test or check for that in the future
EDIT: I think I figured out how to view the file in firefox. Using the developer kit "view source" and then click on the file. If that's the case, stylesheet_categories_menu.css seems to be okay now, aside from the CSS error that it showed me.
If you have the developer kit, go to the "CSS" tab, then "Edit CSS". Then look at your stylesheet_categories_menu.css..........you'll see what I mean.
Seems like I've heard about Dreamweaver corrupting files, also.
You might try coping the file into notepad, and uploading to your server.
Re: Support for CSS Flyout Menu
Hmm yeah I do see that. That's odd, because if you "view source" and click on the stylesheet it shows fine. And it works fine, it's just not showing up correctly in the css editor. When I download the file it views fine.
I tried saving it in notepad and replaced the file, but it's still doing the same thing.
EDIT: could it be due to the css error I'm getting in the stylesheet when I validate the css? I've tried numerous times but nothing is fixing that ’žb thing.
Re: Support for CSS Flyout Menu
I re-downloaded the CSS flyout addon, made no changes to the stylesheet_categories_menu.css and the ’žb was still there after putting the completely default file on the site. *shrug*
Re: Support for CSS Flyout Menu
Has anyone had any success in getting the CSS Flyout Menu mod to work property with the Hide Categories mod? I use the Hide Categories mode to prevent certain categories from showing up in the category menu but the CSS Flyout Menu mod shows all categories (even the ones designated as hidden by the Hide Categories mod).
I'm sure it's just a matter of making CSS Flyout Menu "aware" of the Hide Categories attributes but I'm not sure where to do that.
Any tips are greatly appreciated!!
Re: Support for CSS Flyout Menu
Hello, I'm new to Zen Cart but I have had plenty of experience using CRE Loaded (their support is ########). So I'm ready to switch our store over but I have a couple of small problems.
First off, how do you remove the cateoreis from the Header? I'm using the Mistik tempalte and they go way off the side of the header/screen.
Second, the CSS Flyout menu doesn't work. It display all the categories and sub menus already open and there is no mouse over or pop-out at all.
I will locate the support thread for the tempalte as this si no the correct thread, but cince I ahd ot add one, I thought I would ask about both.
you can see what I mean at www.broadwyn-wear.com/zen
Thanks