Re: [css-d] Color change on row hover

2005-07-11 Thread Richard Grevers
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

RE: [css-d] Color change on row hover

2005-07-11 Thread Ric Jude Raftis
I think your background should be background-color:#FFD; I am not getting any change in background in either Firefox or IE or border. I think you need to define a style for link, visited, hover and active in that order for it all to work. You may also need to include a DTD at the head of your

Re: [css-d] Color change on row hover

2005-07-11 Thread Richard Grevers
On 7/12/05, Scott Haneda [EMAIL PROTECTED] wrote: on 7/11/05 6:02 PM, Richard Grevers at [EMAIL PROTECTED] wrote: 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,

Re: [css-d] Color change on row hover

2005-07-11 Thread Scott Haneda
on 7/11/05 6:32 PM, Ric Jude Raftis at [EMAIL PROTECTED] wrote: I think your background should be background-color:#FFD; I am not getting any change in background in either Firefox or IE or border. I think you need to define a style for link, visited, hover and active in that order for it