Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- .css - Achieving multiple hover/visited colours


joshie76 - 12:17 pm on Oct 24, 2001 (gmt 0)


Just had a play around and it seemed to work fine (even though I couldn't see the menu1 link properly).

One trick that I find helps me out of these sticky corners is to ensure I'm applying the class to the anchor tag and not it's parent, i.e.:

Instead of:

<td class="menu1"><a href="#">test</a></td>

Try:

<td><a href="#" class="menu1">test</a></td>

Additionally I always specify my selector before the pseudo class:
:link -> a:link though I didn't have any problems with your stylesheet in IE5.5


Thread source:: http://www.webmasterworld.com/css/50.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com