Results 1 to 3 of 3

Thread: Custom menu

  1. #1
    New user
    Join Date
    09-24-09.
    Posts
    2

    Default Custom menu

    Hi

    I'm working on a site where a custom menu seems to be needed - I'll just try to explain with a quick sample:

    -Item1
    --Item1.1
    ---Item1.1.1
    ---Item1.1.2
    --Item1.2
    -Item2
    -Item3
    ... and so on

    Item1, Item2, Item3 should allways be visible. Direct subitems to them (eg. Item1.1, Item1.2) should be visible when a descendant of their parent is active. However, "Sub-sub" items (Item1.1.1, Item 1.1.2, Item1.1.3 etc.) should be shown as a drop-out menu when their parent item is hovered.

    How do I make a menu that behaves that way?

    Regards,
    Martin Kruse

  2. #2
    New user
    Join Date
    09-24-09.
    Posts
    2

    Default Re: Custom menu

    ... alternatively, could I somehow include some PHP code, then I could just read from the database and write my own code...

  3. #3
    User
    Join Date
    06-19-09.
    Location
    Kosice, Slovakia
    Posts
    61

    Default Re: Custom menu

    One option would be to display all items in all 3 levels and use css to hide second level items unless their parent is active. This should be possible, I guess.
    S.C.A.R.E

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
  •