Log in

View Full Version : CSS Menu Tweaks



Lestatt
04-02-2013, 09:16 AM
Hello there.

I've got multilevel CSS menu. My problem is I can't make few with with it and that's I"m asking for help.

As for now it looks like this:

5012

and now my problems:
- every child and parent element has to be highlighted (so: on the screen abov, when Kosiarki dyskowe is highlighted, then Maszyny zielonkowe and Maszyny rolnicze should be highlighted as well)
- menu has to stay opened until one clicks somewhere outside the menu or selects anothere menu item, now it's closing when it looses focus.

This is Wordpress based site, custom made template for my company. Menu has UL/LI structure. Site URL: http://gasperowicz.pl

Thanks in advance for help. I hope my english is good enough, so you can understand what I mean :P

Beverleyh
04-02-2013, 11:49 AM
- every child and parent element has to be highlighted (so: on the screen abov, when Kosiarki dyskowe is highlighted, then Maszyny zielonkowe and Maszyny rolnicze should be highlighted as well)this should help with the parent highlight problem: http://www.dynamicdrive.com/forums/showthread.php?72974-Hover-Stage-of-main-menu&p=291002#post291002

Lestatt
04-02-2013, 12:19 PM
Thank you, I'll check this later and I'll let you know if it helped (:

Lestatt
04-02-2013, 12:43 PM
Thank you Beverleyh, it works like a charm (:

Now the second issue. I know it probably needs jQuery to work, but I do'n know how to do that.