how do i change <td> bgcolor??
I want to change a <td> bgcolor property with a mouseover event, and then change in back with a mouseout.
for example:
<td align="center" onMouseOver="changebackground" onMouseOut="originalbackground" bgcolor="gray"><font face="fantasy" color=#FF6600> WEBSITES </font></td>
i tryed just giving the <td> an id and changing the bgcolor as an object and also tryed using a style sheet and accessing it that way, and tryed "this.bgcolor=black" ... none of these seemed to work
can anyone give me any suggestions on how to do this?
thanks,
zack