Sharepoint 2007:多层顶部导航
我在网站内有一个网站,希望看到该网站在顶部菜单栏中显示为下拉菜单 (ID="TopNavigationMenu")。在 default.master 页面中,我编辑了以下内容: StaticDisplayLevels="2"
最大动态显示级别 =“3”
在菜单导航中,我将顶部站点添加到全局导航区域,但它不会在顶部菜单下拉列表中显示子站点。
I have a site within a site and would like to see this site appear as a drop down menu in the top menu bar (ID="TopNavigationMenu"). In the default.master page I have edited the following:
StaticDisplayLevels="2"
MaximumDynamicDisplayLevels="3"
In the Menu Navigation I added the top site to the global navigation area, but it doesn't display the sub sites on the top menu drop down.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保为您的网站和子网站选中导航设置中的“显示子网站”选项。
Make sure that the option 'show subsites' in the navigation settings is checked for both your site as your subsite.