I have a table ...
<table width="180" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="Lcell"><a
href="http://www.nytimes.com">link1</a></td>
<td></td>
<td></td>
</tr> ...and some styles ...
.Lcell a:link { color: purple; background-color: silver; display: block }
.Lcell a:hover { color: purple; background-color: green; display: block }
The table cell background changes color when moused over in various browsers, but not Safari. Why is that?
Thanks,
Phillip
---
______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
