如何使链接在不滚动时保持样式?
我在此页面上有一个轮播,我想知道如何在该部分打开时保持哪个轮播页面的链接保持样式正在被查看。一个明显的例子是,除了您所在的轮播部分之外,所有链接都呈灰色。
I have a carousel at this page and I was wondering how to keep whichever carousel page's link stay styled when that section is being viewed. A clear example would be all the links are grayed out except for the section of the carousel your on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过为所有选项卡链接提供一个类(例如
)来简化它,
然后您可以使用 jQuery:
并添加 CSS:
You could make it simpler by giving all of your tab links a class (e.g.
<a ... class="tab tab1">
)You could then use jQuery:
And add CSS: