avoid applying :active to anchors that are only link targets

(no href attribute)
This commit is contained in:
Fred Drake 2004-11-13 21:58:01 +00:00
parent f7a8899f33
commit 58954813ce
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ big.xhuge { font-size : xx-large; }
body { color: #000000;
background-color: #ffffff; }
a:active { color: #ff0000; }
a:link:active { color: #ff0000; }
a:link:hover { background-color: #bbeeff; }
a:visited:hover { background-color: #bbeeff; }
a:visited { color: #551a8b; }