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.
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.
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 .
RaeKC
Member
101 Points
366 Posts
sub menus won't display
Apr 19, 2009 06:10 PM|LINK
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
Abdulla.Abde...
Contributor
5538 Points
871 Posts
Re: sub menus won't display
Apr 19, 2009 06:17 PM|LINK
post sample from your code & sitemap file
Abdulla Abdelhaq .NET/SharePoint Team Leader
My Articles
blog
Lee Dumond
Contributor
6404 Points
1173 Posts
Re: sub menus won't display
Apr 19, 2009 08:43 PM|LINK
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.
Follow Me on Twitter
RaeKC
Member
101 Points
366 Posts
Re: sub menus won't display
Apr 19, 2009 09:19 PM|LINK
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;
}
Abdulla.Abde...
Contributor
5538 Points
871 Posts
Re: sub menus won't display
Apr 19, 2009 09:36 PM|LINK
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
Abdulla Abdelhaq .NET/SharePoint Team Leader
My Articles
blog
RaeKC
Member
101 Points
366 Posts
Re: sub menus won't display
Apr 19, 2009 10:36 PM|LINK
How do you move the breadcrumb away from Header menu?
There is nothing at that link.
Rachel
RaeKC
Member
101 Points
366 Posts
Re: sub menus won't display
Apr 20, 2009 12:21 AM|LINK
I moved my center content down to have room for the sub menus, but now it covers my footer menu.
Rachel