Page 1 of 1

Can visited link colors be added?

Posted: Sun Feb 06, 2005 7:04 am
by happousai (imported)
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}

Re: Can visited link colors be added?

Posted: Sun Feb 06, 2005 8:39 am
by Paolo
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...