I was going to blame Firefox, but it looks like vB3 is the culprit. Visited links in posts don't change colour, I think cos the css says not to. Code: a:link { color: #22229C; } a:visited { color: #22229C; } etc. I bet this really annoys everybody.
Despite the strong opposition; I'm with you cpemma. I like to know what links I have and have not clicked on.
If you want to be correct about all things CSS, you are supposed to have the visited link a different colour to unvisited links, to aid accessibility and ease of use. The CSS will still validate, but you're breaking one of the rules. I'm guilty of this too Actually to be really proper, the CSS should be imported or linked in. This really does aid in reducing bandwidth as you only need to load it once, not EVERY single time you load a page. I wonder how much data tranfser is wasted on the inline CSS.
I just realised that linking external stylesheets in would break the ability to change skins. Oh well. You could always disable 'em