全局导航(根)站点下拉导航?
我认为网站集的全局导航始终是顶部导航链接。我如何将这些链接下拉列表更改为根站点。每个示例。
根站点 |站点1 |站点2 |站点3 | 站点4 |....等
我想将上面的链接更改为
Root Site
|
Site1
|
Site2
|
Site3
我可以管理根站点之后任何站点下的子站点的下拉导航。例如,对于“Site1”,如果我在下面创建子网站,它将创建下拉导航。
但是如何对根网站集网站执行相同的操作。将其所有子站点下拉到根站点。
帮帮我吧。
MOSS 和 WSS3
I think Global Navigation for site collection always top navigation link. How can I change those links dropdown to root site.per example.
Root Site | Site1 | Site2 | Site3 |
Site4 |....etc
I want change above links to
Root Site
|
Site1
|
Site2
|
Site3
I can mange drop down navigation for subsites under any sites after root site. For example For "Site1" If I create subsites underneath, It will create drop down navigation.
But How can do same way for root site collection site. all its sub sites to drop down for root site.
Help me out.
MOSS and WSS3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要编辑母版页(或创建自定义母版页)。
如果您使用的是默认母版页,请找到 ID 为
TopNavigationMenu
的SharePoint:AspMenu
控件。将StaticDisplayLevels
从 2 更改为 1。You will need to edit the master page (or create a custom master page).
If you are using the default master page, find the
SharePoint:AspMenu
control with an ID ofTopNavigationMenu
. ChangeStaticDisplayLevels
from 2 to 1.