Results 1 to 2 of 2

Thread: JQuerry Multilevel CSS menu

  1. #1
    Join Date
    Jan 2011
    Posts
    52
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default 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.

  2. #2
    Join Date
    Jan 2011
    Posts
    52
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •