Add Fly-out Menus To The SharePoint Top Link Bar

The top link bar is the set of links that provides navigation to sites within your site hierarchy.  By default. only the first level of sub-sites is displayed.  This is represented in the screenshot below by sites Test2, Test4 and Test5.

SPMenu0

I had a requirement to add a fly-out menu to display sub-sites.  This is easily achieved using SharePoint Designer to edit the master page for your site.  The top link menu is rendered by an AspMenu control within the master page and this can be configured to display multiple levels.

SPMenu1

To edit the master page, open SharePoint Designer, navigate to your master page, right-click and choose Edit File In Advanced Mode.  Choose to check out the file when prompted.

SPMenu2

Find the AspMenu control with the ID

  • TopNavigationMenuV4.  The easiest way to do this is using CTRL+F.  Change the

  • MaximumDynamicDisplayLevels value to 2.

SPMenu3

Right-click on your master page and choose Check In.  When prompted, choose to publish a major version.  If necessary, approve the updated master page.

SPMenu4

You can turn on and off the display of sub-sites from Site Settings for each site.  In the example below, in order to display the fly out for Test3 I opened site Test2, then went to Site Actions -> Site Settings, then Navigation under Look and Feel.  Tick the box to Show subsites and click ok.

SPMenu5

SPMenu1

Advertisement