simon551
IS-IT--Management
- May 4, 2005
- 249
Hi,
I'm trying to make an entire row change color when one cell in the row is activated.
this is my css which is not working:
.linkRow td:hover tr td{
background: #CCCCFF;
}
linkRow is the class which I'm setting in the <tr> tag.
doing this changes the cell on hover, but I'm trying to change all the cells in the parent tr:
.linkRow td:hover {
background: #CCCCFF;
}
Thanks in advance!
I'm trying to make an entire row change color when one cell in the row is activated.
this is my css which is not working:
.linkRow td:hover tr td{
background: #CCCCFF;
}
linkRow is the class which I'm setting in the <tr> tag.
doing this changes the cell on hover, but I'm trying to change all the cells in the parent tr:
.linkRow td:hover {
background: #CCCCFF;
}
Thanks in advance!