On 7/12/05, Scott Haneda <[EMAIL PROTECTED]> wrote:
> .tRow:hover {
>     background: #FFD;
>     border: 1px solid #EFE;
>     color: 3F0;
> }
> 
> I use the above CSS on a table, when you hover over the <tr> it changes the
> background to yellow, but the links inside it are not getting the color
> change to green that I am wanting, unless of course, you are right over the
> text, which I do not want.
> 
You need to apply display:block to the links to achieve that. (And
possibly a width: 100%).
That green is incredibly hard to read IMO.
-- 
Richard Grevers
New Plymouth, New Zealand
Orphan Gmail invites free to good homes.
______________________________________________________________________
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/

Reply via email to