I'm currently building a website, and i've created horizontal menu with horizontal submenu by following this guide:
http://www.sohtanaka.com/web-design/...th-css-jquery/
The problem is, i need to modify the code to do some extra things:
1. When Im on the page where submenu is required, i want the submenu to stay on the page not disappear like when im hovering.
2. When im on the page where submenu is required, I want it so that when I hover on the main menu:
- the submenu will not be shown when the main menu item I hover doesnt require submenu
- and if I hover on a main menu item which requires submenu, it will show it's submenu items.
Can anyone help me? Thanks!