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!
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