我的 CSS 有问题,当我试图在我的页面上创建链接时,另一种颜色,当你把鼠标放在它上面时。问题是,我有 2 页,它可以在一页中使用,但我无法让它在另一页中使用。我不知道为什么它不起作用?有人知道吗?
我正在使用这个:
<style type="text/css">
font-weight: {bold}
A:link {text-decoration: bold; font-weight:bold}
A:visited {text-decoration: bold; font-weight:bold}
A:hover {color: #F91B27; text-decoration: bold}
A:active {text-decoration: bold; font-weight:bold}
</style>