category as menu and hover question
URL to the page in question:
http://
-
Hi Bill,
I’m using a category as a top menu, 3 sub categories a drop down and have 2 sub-sub categories coming down. The sub-sub menu flies out immediately like the first level. Is there a way to have these come out on hover only?
Thank you,
Rhonda
Hi Rhonda,
If you don’t mind making a way for me to be able to see the site, I’d be happy to take a look for you.
Thanks,
Bill
Hi Bill,
just sent email with info.
thanks!
Fantastic. Try adding this to your Custom CSS and see if that doesn’t help out:
#header nav#top-menu ul ul ul { display: none; top: -2px; }
#header nav#top-menu ul ul li:hover ul { display: block; }
Let me know if you run into trouble,
Bill
Genius! Thanks Bill, this works perfectly. Have a great day!
Thanks Rhonda. Have a great day too ?
- The topic ‘category as menu and hover question’ is closed to new replies.