Click to See Complete Forum and Search --> : change another cells color on mouseover


andrew1234
07-19-2003, 12:30 PM
Hi

with this script i can make cell change color.

<table width="111" border="0" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#00FF00" onMouseOver="this.bgColor='#003366'" ></td>
</tr>
</table>

how do i make another tables cell change color if my mouse scrolls over the above table tell

can it be done?

thanks

andrew

David Harrison
07-19-2003, 12:53 PM
Hows this:

David Harrison
07-19-2003, 01:01 PM
Oh and Charles, I know that you're going to suggest using CSS here, but IE has a nasty habit of being crap and not implementing it properly. So I thought, which is better not working for 13% who can't/don't use javascript or not working for 99.999999999999999% of people who use IE.