为什么会有“跳过导航链接” Firefox 中的 SiteMapPath
我的母版页顶部有一个站点地图,当我在 Firefox 中运行时,第一个节点是“跳过导航链接”,那是什么?我怎样才能摆脱它?值得注意的是,这不在 IE 中。
I have a site map in top of my master page , When i run in Firefox the first node is "Skip Navigation Links" What's that ? And How can i get rid of that ? It's noticeable that that's not in IE .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
跳过导航是为了方便访问而存在的。如果它是 ASP.NET 菜单的一部分,并且您想禁用它,请尝试设置属性:
SkipLinkText=""
请参阅 此帖子了解有关 SkipLink 和菜单的详细信息。
The Skip Navigation is there for accessibility purposes. If it's part of an ASP.NET Menu, and you want to disable it, try setting the attribute:
SkipLinkText=""
See this thread for details on SkipLink and Menus.