-
JQuerry Multilevel CSS menu
Can you please inform me how to retain the hover state of the main menu if the cursor is in its sub-menus.
Thank you in advance.
-
-
As informed by Mr.Nile (Jeremy Fifty), following trials made.
.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
and changed them to:
.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li:hover a{
background: black; /*tab link background during hover state*/
color: white;
}
AND
.jqueryslidemenuz ul li ul li a:hover
to
.jqueryslidemenuz ul li ul li a:hover, .jqueryslidemenuz ul li ul li:hover a
{.jqueryslidemenuz supposed to be .jqueryslidemenu }
Still not working. The sub-menus retain the hover state of the main menu, and during hover on the sub-menu, then that menu alone display is sub-menu hover state.
Any ideas?
Thank you,
Last edited by Paramasivan; 05-03-2011 at 01:35 PM.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks