I have a cell which chages color on mouse over. Now i would like the text color within the cell also to change with the change in the cell color. How can i incorporate another style on the foloowing mouse over event. Please help
<table>
<tr>
<td onmouseover=this.style.background="#FF0000" onmouseout=this.style.background="#CCCCCC"></td>
</tr>
</table>
<table>
<tr>
<td onmouseover=this.style.background="#FF0000" onmouseout=this.style.background="#CCCCCC"></td>
</tr>
</table>