如何添加“选定的” siFR a:link 的样式?
我有一个由 SIFR 提供支持的菜单,如下所示:
<h2><a href="images/logo.jpg">IDENTIIES</a></h2><br>
我设置了不同的a:link 样式的状态,我希望此链接在被单击时保持另一种颜色(直到单击另一个链接)。
我认为这与 javascript 有关,但我无法使其工作。
有人可以帮忙吗?
I got a menu powered by SIFR like this:
<h2><a href="images/logo.jpg">IDENTIIES</a></h2><br>
I've setup the different states of the a:link style and I'd like this link to stay in another color when it has been clicked on (until another link is clicked on).
I think this has something to do with javascript, but I can't make this work.
Can someone please help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flash 不支持此功能。 JavaScript 解决方法也许是可能的,但充其量只是解决方法。我建议您不要在这种情况下使用 sIFR。
Flash does not support this. JavaScript workarounds might be possible, but are workarounds at best. I advise you do not use sIFR for this scenario.
如果将选定的类添加到已选择的链接中,您应该具有不同的选择器。一种用于未选择,一种用于选择。
然后使用这些选择器进行不同样式的 sIFR 替换。可能是这样的:
If you add a selected class to the link that has been selected you should have to different selectors. One for not selected and one for selected.
Then use these selectors for sIFR replacements with a different style. Could be something like this: