Topic awaiting preservation: Changing a background color of a table cell with link (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-22-2004 03:50
hey all, |
Nervous Wreck (II) Inmate From: |
posted 06-22-2004 04:14
It looks like you pasted your lan ip. |
Neurotic (0) Inmate Newly admitted From: |
posted 06-22-2004 23:02
Just change the color on link hover to black and it will be constant: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-22-2004 23:20
Moved this to a more relevant forum. That didn't work I think I need to traverse the dom a bit but I'm not clear how. This doesn't have to work in all browsers but in the DOM compatible ones it would be nice. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-22-2004 23:50
This would do it you want to go a CSS-only route: code: tr:hover a.verdana11 {
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-22-2004 23:53
Actually IE is the only one I have to hit right now I almost feel stupid asking this question but I haven't done straight web work in a long time, but I'm doing some contracting work so I'm back at it. Makes me realize I haven't kept up on some things. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-23-2004 00:08
I only had 5 minutes now and couldn't get it to work yet, but starting with the code posted by poi and myself here: code: function rowOver( row ) {
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-23-2004 00:43
Sweet! |
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-23-2004 19:02
Ah I must have thought we were starting from the TD and not the TR there... |