Can visited link colors be added?

Post Reply
happousai (imported)
Articles: 0
Posts: 565
Joined: Fri Dec 28, 2001 10:30 pm

Posting Rank

Can visited link colors be added?

Post 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}
Paolo
Articles: 0
Posts: 9709
Joined: Wed May 16, 2001 8:53 am

Posting Rank

Re: Can visited link colors be added?

Post 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...
Post Reply

Return to “Comments and Suggestions”