我可以使用 id="current" 来突出显示活动菜单项吗?在带有锚定对象的单个页面上?

发布于 2025-01-08 02:16:59 字数 373 浏览 1 评论 0 原文

我正在这个网站上工作: http://fridasofia.se/dw/index.php 这是一个单一页面,导航链接到锚定对象。

是否可以使用 id="current" 突出显示活动菜单项?

我在每个菜单项都指向不同页面的页面中使用过此功能,但现在整个网站都在一个页面上,所以我不知道这是否可行?

还有其他方法可以做到这一点吗?

该网站的代码:http://pastebin.com/3UrLvkgF

谢谢!

I'm working on this site: http://fridasofia.se/dw/index.php
which is a single page, and the navigation is linked to anchored objects.

Is it possible to highlight the active menu item by using id="current" ?

I have used this in pages where every menu item leds to different pages, but now the whole site is on one single page, so I don't know if this is posible?

Is there any other way to do this?

The code for the site: http://pastebin.com/3UrLvkgF

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇女薄笑 2025-01-15 02:16:59

您可以尝试使用 :active 选择器:

a:active {
  background: url(img/pil.png);
}

You could try using the :active selector:

a:active {
  background: url(img/pil.png);
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文