I’ve noticed that a lot of sites seem to not use the visited property of links. I know myself there have been times that this element has been overlooked, however it’s a really important one that we should all have in our sites.
A small step for usability
Visited links is a small step but important one when making your site more user friendly. By having a visited link you are increasing the knowledge your site gives people as they use it. They will know where they have been and what links they haven’t visited. If you think about it, not having a visited link style is sort of shooting yourself in the foot when it’s so easy to apply one.
Colour me different
When you do have visited links I think it’s best to set the colour to something that stands out less than the rest of your site. Setting it to be a grey colour that is readable is also a good method. Often I opt for making it a colour that is down several shades of the link colour. In this way the unvisited links stand out but you still can maintain the readability of the links. The key with visited links is not that they vanish totally - it’s so at a glance users can see what they have seen or not.
CSS abc
You may think this is all basic and who wouldn’t use the visited links styling. The truth is it’s easy to over look and many sites do. With a little simple consideration though you can enhance the usability of your site. It’s as easy as a:visited.
Mm, funny, but I’ve never liked visited links. Perhaps it’s a remnant of the days when all links were underlined and ugly blue then purple, but I’ve always found it weird to see a page change because I’ve navigated it.
Okay, I’m no designer or usability expert, but when would a user forget he’s been somewhere? If the writing’s good, the navigation clear, how on earth would I forget I’ve just visited your September archives? And what help is it to me that I notice Think Artificial is in a different colour? I know I visited Hrafn earlier today…
So yeah, not sure about this. In fact, when I do small html things, or instruct the real techies to make something for me, I always make sure there is an a:visited that is exactly the same as the regular link.
Or am I really shooting myself here?