Page is a not externally linkable
joshie76 - 12:17 pm on Oct 24, 2001 (gmt 0)
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:
Just had a play around and it seemed to work fine (even though I couldn't see the menu1 link properly).
:link -> a:link though I didn't have any problems with your stylesheet in IE5.5