css question
a.bar:hover, td.bar:hover {color:#FFFFFF; background-color:#660000}
The problem with this is that if I highlight the cell but not the text directly, it only changes the background around the text, which looks really, really ugly. Is there any way I can get the link to change color just by hovering over the table cell?
Oh, and to add to the problem, in IE I can't get the cell to change color at all. Am I better off just using images instead of text links?
~Dave