thickandthin
02-15-2003, 05:50 PM
Hello, I am using the following script to make the <td> background change when you hover over it. My problem is that I need to change the font color for the part that says Home when you hover over it
<td align="center" width=165
onMouseOver="style.backgroundColor='yellow';" onMouseOut="style.backgroundColor='#000000';" valign="center"
bgcolor=#000000 class="menu"><a href="index.html">Home</a></td>
<td align="center" width=165
onMouseOver="style.backgroundColor='yellow';" onMouseOut="style.backgroundColor='#000000';" valign="center"
bgcolor=#000000 class="menu"><a href="index.html">Home</a></td>