How to make 3-level navigation menu

Discussion in 'JavaScript' started by eyedreamer, Jan 27, 2007.

  1. #1
    Hi to All!

    I'm having a little problem with my menu:
    http://www.gyokomura.com/new/

    I want to have a 3-level menu
    The first level is consisted of: Home | Sample Projects | Curriculucm | Contacts
    Currently the 2nd level is adjusted to show on Hover (hover you mouse over Sample projects to see the menu). But I want to open the 2nd level of the menu when I click over one of the choises in the 1st level, and NOT when I hover over them. Also the text of the 2nd and third level is overlapping.

    I would really, really appreciate if someone tell me how to solve these two problems.

    Cheers!
     
    eyedreamer, Jan 27, 2007 IP
  2. JEET

    JEET Notable Member

    Messages:
    3,832
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #2
    Haven't seen your page, but I guess you would have an "OnMouseover" function somewhere. Change it to an "OnClick" to display the menu when there's a click, not hover.
    About the overlapping, use different id's to display the result, in your case a "menu".
    Bye :)
     
    JEET, Jan 27, 2007 IP