I have below <TR>:
Is it possible to change the <TR> background color onmouseover and onmouseout put the default colors back to <TD>s?
On my actual scenario I have a lot more <TD>s.
Thanks in advanced,
Mike
Code:
<tr>
<td bgcolor="Red"></td>
<td bgcolor="Blue"></td>
</tr>
Is it possible to change the <TR> background color onmouseover and onmouseout put the default colors back to <TD>s?
On my actual scenario I have a lot more <TD>s.
Thanks in advanced,
Mike