Results 1 to 2 of 2

Thread: jquery css multi level css #2

  1. #1
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jquery css multi level css #2

    FYI:

    I spent a little while trying to get the hover state to work on sub menus with no luck until i realised there is an error in the css provided...

    here...

    .jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
    background: #eff9ff;
    color: black;
    }

    (there is a 'z' at the end of .jqueryslidemenu which should be removed)

    :-)

    N.B.

    I was not able to comment on the page where this tutorial is so have posted here for those who may have been experiencing the same issue

  2. #2
    Join Date
    Jan 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    there is also another error....

    the 'color' has been declared twice here...

    /*Top level menu link items style*/
    .jqueryslidemenu ul li a{
    display: block;
    background: #414141; /*background of tabs (default state)*/
    color: white;
    padding: 8px 10px;
    border-right: 1px solid #778;
    color: #2d2b2b;
    text-decoration: none;
    }

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
  •