![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Folks, I've seen it done (though cannot find an example at the moment) - I want a table row background colour to change when any one cell within the row has the mouse pointer hovering over it. Example table tr><td>alpha</td><td>apple</td></tr tr><td>bravo</td><td>banana</td></tr /table If I were to hover the mouse over alpha, I would want the background colour to alpha and apple to change... I appreciate the help... |
#3
| |||
| |||
|
|
Folks, I've seen it done (though cannot find an example at the moment) - I want a table row background colour to change when any one cell within the row has the mouse pointer hovering over it. |
#4
| |||
| |||
|
|
I want a table row background colour to change when any one cell within the row has the mouse pointer hovering over it. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
On Fri, 6 Nov 2009, R wrote: I want a table row background colour to change when any one cell within the row has the mouse pointer hovering over it. tr:hover td { background: yellow } :hover does not work for IE version 6 and earlier. The only element |
#7
| |||
| |||
|
|
On 11/06/09 09:13 am, Andreas Prilop wrote:> On Fri, 6 Nov 2009, R wrote: * :hover does not work for IE version 6 and earlier. The only element where hover was implemented was <a>. Most people have Javascript enabled so using a onmouseover() event can compensate for IE6. |
Besides, the more javascript you have on a page the![]() |
| Thread Tools | |
| Display Modes | |
| |