This message was edited by Apotheosis at 2003-7-10 14:42:40
: I want to change the color of a table cell whenever the mouse pointer is over it. How can I do it?
:
<TD align=center valign=top onmouseout="this.style.backgroundColor=''"
onmouseover="this.style.backgroundColor='#FFFFFF'">blah</TD>