Ok the code is
<td height="15" onMouseover="this.style.backgroundColor=#CC3333; " onMouseout="this.style.backgroundColor=#FFFFFF; "><div align="center" class="fontred" id = "1">
Text</div></td>
How can I change font color onMouseOver
I tried this.1.style.color = #FFFFFF; but nothing
Thanks
Igor
<td height="15" onMouseover="this.style.backgroundColor=#CC3333; " onMouseout="this.style.backgroundColor=#FFFFFF; "><div align="center" class="fontred" id = "1">
Text</div></td>
How can I change font color onMouseOver
I tried this.1.style.color = #FFFFFF; but nothing
Thanks
Igor