Hi,
I want to do a fixed sized scrollable side menu. A simple way which i'm doing is to place the menu in a <DIV> with an overflow of auto.
My menu have child items inside, so if u scroll to the end of the menu and when u place the mouse over the master menu item, the sub items will appear, But the sub menu will be shown at the bottom of the webpage !!!
That means the sub menu will be located in its original place if the Main menu was not placed in a <DIV>
How to display the sub menu next to the root menu item ???
Any other ideas on how to do a scrollable menu with sub menus in ASP.NET ???
Regards,
Munzer
I want to do a fixed sized scrollable side menu. A simple way which i'm doing is to place the menu in a <DIV> with an overflow of auto.
My menu have child items inside, so if u scroll to the end of the menu and when u place the mouse over the master menu item, the sub items will appear, But the sub menu will be shown at the bottom of the webpage !!!
That means the sub menu will be located in its original place if the Main menu was not placed in a <DIV>
How to display the sub menu next to the root menu item ???
Any other ideas on how to do a scrollable menu with sub menus in ASP.NET ???
Regards,
Munzer
Comment