Sharepoint 2007 site with three level navigation
I need to create the following 3 level navigation structure in sharepoint 2007: First level: Home - Services - About us ..... pressing Services shows the second level Second level: IT - Resources - QA ..... pressing QA shows the third navigation level Third level: Tests - Validation - How to So basically when selecting an item from the first level, both the first level and the second level navigation will show. When selecting an item from the 3rd level, all levels will show. Navigation needs to work in the same way it works on this site: http://www.uid.com/en/services/design/mobile-embedded.html I know sharepoint isn't really used to create a site like that one, but I am wondering if there is an easy way to get that navigation. I can create the structure by creating sub-sites and so on, but when it comes to navigation I couldn't find a straight-forward way for all levels to show
July 4th, 2012 8:22am

Hi, Open your master page and then select the navigation area place holder and then in the code part change MaximumDynamicDisplayLevels=2. I hope this will help you out.Thanks, Rahul Rashu
Free Windows Admin Tool Kit Click here and download it now
July 4th, 2012 10:44pm

Hi, I tried that but it doesn't help because all menu items (including 2'nd and 3'rd level) are on the same line. Finally I used 3 AspMenu's (each with it's own PortalSiteMapDataSource). Changing the value for StartingNodeOffset (0 for the first menu, 1 for the second, 2 for the third) makes the menu behave like on that site.
July 6th, 2012 1:23am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics