sub menus won't display

Last post 04-19-2009 8:21 PM by RaeKC. 6 replies.

Sort Posts:

  • sub menus won't display

    04-19-2009, 2:10 PM
    • Member
      55 point Member
    • RaeKC
    • Member since 11-28-2008, 5:52 PM
    • Posts 338

     Hi:
    I can't get the menu items to display sub menus. I added the submenus in the sitemap page but they still don't show anything - just the main heading.

    Rachel

  • Re: sub menus won't display

    04-19-2009, 2:17 PM

     post sample from your code & sitemap file

    Plz remember to click "Mark as Answer" if this helped you.

    Abdulla AbdelHaq    MCTS, MCPD

    - My Articles on ASP Alliance
    - My Weblogs
    - My Sessions on JorDev User Group

    "Experience is simply the name we give our mistakes"
  • Re: sub menus won't display

    04-19-2009, 4:43 PM
    • Contributor
      6,366 point Contributor
    • Lee Dumond
    • Member since 11-03-2004, 2:51 PM
    • Decatur, IL USA
    • Posts 1,168

    The BeerHouse just uses labels bound to the top tier headings. Have you added any kind of a construct to actually display the submenus? Just because you add submenus to the sitemap doesn't mean they will magically appear.

     

  • Re: sub menus won't display

    04-19-2009, 5:19 PM
    • Member
      55 point Member
    • RaeKC
    • Member since 11-28-2008, 5:52 PM
    • Posts 338

     Hi Abdulla & Lee:

    Thanks for responding.

    I have discovered that the sub menus are in fact appearing -  I just couldn't see them because the breadcrumb hides them. 

    Other than moving the headermenu up higher on my header image area, is there a way to have them display in *Front*, of the breadcrumb background rather than behind it - i.e. move them forward? 

    Rachel

    EDIT:  If I have several sub menus, it will always be a problem to see if there is enough space for it to drop down. If it would go in front of the bread crumb then that would be better .

     #headermenu
    {
       position: relative;
       top: 165px;
       left: 220px;
       width: 700px;
       padding: 2px 2px 2px 2px;
    }

    #breadcrumb
    {
        background-color: #FFFFFF;
        color: #3C67AB;
        padding: 1px;
        font-size: 10px;
        padding-left: 5px;
    }

  • Re: sub menus won't display

    04-19-2009, 5:36 PM

     move breadcrumb away from Header Menu ..

    Or if you wish read this .. http://randsco.com/index.php/2005/09/11/changing_z_index_on_hover

     

    Plz remember to click "Mark as Answer" if this helped you.

    Abdulla AbdelHaq    MCTS, MCPD

    - My Articles on ASP Alliance
    - My Weblogs
    - My Sessions on JorDev User Group

    "Experience is simply the name we give our mistakes"
  • Re: sub menus won't display

    04-19-2009, 6:36 PM
    • Member
      55 point Member
    • RaeKC
    • Member since 11-28-2008, 5:52 PM
    • Posts 338

     How do you move the breadcrumb away from Header menu?

    There is nothing at that link.

    Rachel

  • Re: sub menus won't display

    04-19-2009, 8:21 PM
    • Member
      55 point Member
    • RaeKC
    • Member since 11-28-2008, 5:52 PM
    • Posts 338

     I moved my center content down to have room for the sub menus, but now it covers my footer menu.

    Rachel

Page 1 of 1 (7 items)