Hi,
I'm using the following for link display
I want the links to display without an underline until you mouse over (hover) - at which point the link becomes underlined. The visited link should look the same as the default link. This looks great in mozilla firebird, netscape and opera - however, in IE (6 at least), once I click on the link and navigate back to the page (with the links) the link that I clicked is still underlined (until I mouse over another link). Is the browser not reading the 'a:visited' code (a bug perhaps?), or am I coding this incorrectly?Code:a:link, a:visited { text-decoration: none; background-color: transparent; color: #cccc99; } a:hover, a:active { text-decoration: underline; }
Thanks
Toni





Bookmarks