All good .. no problems .. rechecked files and had forgotten one and voila working. Now just gotta figure out how to style it.
Find this in your header stylesheet:
div#dropMenu ul.level1 a:hover
and add this to it:
background-color: #ff0000;
I think that is the element for that hover, if not let me know. I've altered mine so much i can't just simply compare any more so you'll have to bear with me.
Ok, i have it for you. This first one sets the colour for background on the top horizontal menu:
div#dropMenu li:hover {
display: block;
background-color: #ff0000;
}
This one sets the colour of the text on the top level horizontal:
div#dropMenu ul.level1 a:hover {
color: #ffffff;
}
And this one sets the text colour of the drop down:
div#dropMenu ul.level2 a:hover {
color: #000000;
}
Adjust colours to suit.
After tinkering for hours i discovered how to have a fully expanded category tree on the drop down. All css, no category generator(s).
Now you can hover over the level 1, the drop down......err, drops down and you now have a category menu with all of the categories, sub categories and their sub categories expanded.
I'll provide a link to a test site of mine with this working for anyone interested, please remember i have'nt started to style this yet but i will update when i have.
www.gearsofwargear.com
Hi have installed this great module but for some reason the last link .. shopping cart is sitting up 1 px from the rest of the menu .. any ideas as to why? Thanks
Site is:http://www.rosedakinjewellery.com.au...products_id=30
Hey all,
Love this addon, and I've got a pretty good grip on how to mod it to my liking, however I'm having one slight problem that I'd like to fix if possible.
When you highlight a Top Level Categiry in the Drop down menu, and the submenus appear, you can set it so that a different color appears using :hover
I want to make it so that the Top Level Category color remains the same as it is when you hover over it, while that specific drop down submenu is open.
Hopefully I explained that well enough,
Any questions to help clear what I'm looking for up, let me know.
Appreciate any and all ideas for this.
Cheers,
Ravyn
Bookmarks