<TD> On hover

Hi, please could you tell me how to make a whole cell change color when the cursor is over it.<br />
<br />
Thanks<br />
Jamie<!--content-->.....<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0"><br />
<tr><br />
<!-- Row 1 Column 1 --><br />
<td STYLE=" border-width : 1px; border:solid;<br />
border-color:#800040;"><br />
1<br />
</td><br />
<!-- Row 1 Column 2 --><br />
<td width="120" onmouseover="this.style.backgroundColor='ffffff';" onmouseout="this.style.backgroundColor='E9D2BC';">&nbsp;</td><br />
<!-- Row 1 Column 3 --><br />
<td ><br />
3<br />
</td><br />
</tr><br />
</table><br />
--------<br />
:rocker:<!--content-->
 
Back
Top