kraftwerk
05-29-2002, 02:34 PM
i have a table w/ 7 cells. each cell has a bg pic in it. when the mouse goes over the individual cells, i want the pic to disappear and the gray bg to be shown. then, when they take their mouse out of it, i want the pic to reappear.
here is what i did. but it doesnt work...
<td class="menutable" align="center" width="14.25%" onMouseOver="this.style.background-image='none'"; onMouseOut="this.style.background-image='http://jamcalc.org/MenuBG4.JPG'";>
<a class="menu" href="http://jamcalc.org"><font size="2">HOME</font></a>
</td>
here is what i did. but it doesnt work...
<td class="menutable" align="center" width="14.25%" onMouseOver="this.style.background-image='none'"; onMouseOut="this.style.background-image='http://jamcalc.org/MenuBG4.JPG'";>
<a class="menu" href="http://jamcalc.org"><font size="2">HOME</font></a>
</td>