eharris
Programmer
- Mar 13, 2001
- 15
Is it possible to use CCS's to change the background color of an entire <td></td> by using the background-color parameter with hover?
Example:
A.sidebar:hover{color: #66ccff;
text-decoration:none;
font-weight:bold;
background-color: white;
}
I notice you can't use the class="sidebar" withing the <td>, as <td class="sidebar"></td> and have it work. Is there a way?
Thanks
Example:
A.sidebar:hover{color: #66ccff;
text-decoration:none;
font-weight:bold;
background-color: white;
}
I notice you can't use the class="sidebar" withing the <td>, as <td class="sidebar"></td> and have it work. Is there a way?
Thanks