PDA

View Full Version : Hover link problems


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>

justame
02-15-2003, 07:04 PM
thi...
thisss page...
http://www.htmlgoodies.com/letters/201.html

has just a what® youre looking for...:O))) goodluck...

brothercake
02-15-2003, 07:08 PM
onmouseover="this.style.backgroundColor='red';this.firstChild.style.color='yellow'"