|
puiwaihin -> RE: underlining, colors, and visited links (12/31/2003 13:46:58)
|
quote:
ORIGINAL: c1sissy In IE 6 they do what they are supposed to do. Is the problem with NN? Actually, the description I had on the page was not stating what they are supposed to do, but rather what it is actually doing. I've updated the page so that what I think should happen and what actually happens is clearly stated. In IE, the problem is that a:visited overrides everything, including hover. In my opinion hover should override everything. When you put your mouse over the link you want the look to change. But once you visit the link it no longer hovers at all. It just shows up as visited. The only way to avoid this is to specify a:visited in such a way that it doesn't change the color and/or the underlining. If you don't specify a:visited at all then the default color overrides the CSS and uses the browser default. But then you lose all or some of the marking functionality of visited links. In NN it seems that a:visited is not supported at all. You have to use a non-CSS tag in each individual page to change the visited link color (which would override the colors in IE, which is what the dynamic code was for in that article you mentioned). This means that a:hover works fine as long as you don't specify a visited link color in the <font> tag, but then visited links are not differentiated at all. Personally, I think there should be one more link specification-- a:visited-hover which would override everything else. But as it is, there is no such thing. So, I was hoping there was some sort of work-around that would let me have my visiteds and hover too.
|
|
|
|