Can visited link colors be added?
Posted: Sun Feb 06, 2005 7:04 am
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}
.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}