有什么原因不能在Internet Explorer或Chrome上运行:
<html>
<head>
<style>
A {font-weight: bold; color:black;}
A:visited {font-weight: normal; color: black; }
.Empty {font-weight: bold; color: black; }
</style>
</head>
<body>
<a href="http://mysite">click me</a>
</body>
</html>
我单击的链接永远不会正常,只会保持粗体。在其他一些浏览器上也可以。
编辑:更改大小写不影响它。
编辑:将a更改为a:link不会影响它。
编辑:更改颜色的作品,但不是字体粗细。
编辑:解决方法是更改可访问性以忽略网页颜色。我没有访问源的权限,所以我必须这样做。
米琪卡哇伊
慕斯王