Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前有
a:visited{color: purple}
在我的网站上的某些地方都很好,但问题是我制作了一个 CSS 按钮,即使我不想要它也继承了它。我试图通过这样做来修复它
.myButton a:visited {color: #FFFFFF}
但它似乎没有做出任何改变。
有什么建议么?
尝试如下,它会帮助你..
小提琴:http: //jsfiddle.net/mUuMh/1/
a.myButton:visited {color: #FFFFFF}