[Javascript] RollOver Image Script

Grinwald, Uri UGrinwald at dynamic.ca
Fri Feb 27 09:07:25 CST 2004


Can anyone discern why this is not working?

<table>
<td id="changebgcolor" style="background-color:#FFFFFF;">Main Menu</td>
<td>Eggs</td>
<td>Ham</td> 
</table>
<p>&nbsp;</p>
<p><a href="#"
onMouseOver="document.getElementById('changebgcolor').style.backgroundco
lor=#CCCCCC;"
onMouseout="document.getElementById('changebgcolor').style.backgroundcol
or=#FFFFFF;"><img src="images/rallincomedet.gif" width="200"
height="205" border="0"></a></p>
</body>

Thanks,
Uri



More information about the Javascript mailing list