In http://www.eunuch.org/style_sheets/defa ... _sheet.css it says:
.story_index_table a:link{color:#000099}
.story_index_table a:active{color:#000099}
.story_index_table a:visited{color:#000099}
.story_index_table a:hover {color:#009999;text-decoration: none}
This means links that I have clicked are the same color as ones I haven't! If I'm reading through a long story index, this makes it difficult to tell which ones I have already seen. Could the above be replaced with something like this, perhaps?
.story_index_table a:link{color:#000099}
.story_index_table a:active{color:red}
.story_index_table a:visited{color:purple}
.story_index_table a:hover {color:red;text-decoration: none}
Can visited link colors be added?
-
happousai (imported)
- Articles: 0
- Posts: 565
- Joined: Fri Dec 28, 2001 10:30 pm
-
Posting Rank
Re: Can visited link colors be added?
So, the link color of links you visit is the same...I can see your problem. We'll put that one on the "to do" list...