Scrollable Menu Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • menayah
    New Member
    • Mar 2007
    • 32

    Scrollable Menu Problem

    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
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by menayah
    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
    Could you please post your ASP code for your menu.

    Thanks

    -Frinny

    Comment

    Working...