Results 1 to 4 of 4

Thread: Breadcrumb Effect on All Levels Navigational Menu

  1. #1
    Join Date
    Feb 2009
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default Breadcrumb Effect on All Levels Navigational Menu

    1) Script Title: All Levels Navigational Menu (v2.1)
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm
    3) Describe problem:

    For Demo 1 that came with the script, is there a way to make the second and third level stay highlighted, leaving a breadcrumb effect?

    For eg, Under DHTML --> Item Folder 3a --> Sub Item 3.1a
    how to make Item Folder 3a remain highlighted even though mouse has moved to Sub Item 3.1a

    Please kindly assist.

    Thank You very much in advance.
    Last edited by Snookerman; 05-08-2009 at 09:19 PM. Reason: fixed link and added “Resolved” prefix

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Find this code in your ddlevelsmenu-base.css file:
    Code:
    .ddsubmenustyle li a:hover {
    background-color: black;
    color: white;
    }
    and replace it with this one:
    Code:
    .ddsubmenustyle li:hover > a {
    background-color: black;
    color: white;
    }
    Good luck!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    mindretreat (05-08-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default

    It works!

    Thank You!

  5. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Of course it works heheh, I'm glad to help you.

    Happy coding!

  6. The Following User Says Thank You to Snookerman For This Useful Post:

    mindretreat (05-08-2009)

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
  •