Anchors ("a" elements) used only for the name attribute should not

change color on hover, only those that are link sources (href
attributes).
This commit is contained in:
Fred Drake 2002-06-14 13:47:58 +00:00
parent 1e4519faaa
commit a8ef0d1df2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ body { color: #000000;
background-color: #ffffff; }
a:active { color: #ff0000; }
a:hover { background-color: #bbeeff; }
a[href]:hover { background-color: #bbeeff; }
a:visited { color: #551a8b; }
a:link { color: #0000bb; }