onmouseover og onmouseout
<td bgcolor="#006699" align="center" style="border-top:1px solid #006699;" onMouseOver="this.style.background='#CCCCCC';showit(1)" onMouseOut="this.style.background='#006699'"><td bgcolor="#006699" align="center" style="border-top:1px solid #006699;" onMouseOver="this.style.background='#CCCCCC';showit(2)" onMouseOut="this.style.background='#006699'">
<td bgcolor="#006699" align="center" style="border-top:1px solid #006699;" onMouseOver="this.style.background='#CCCCCC';showit(3)" onMouseOut="this.style.background='#006699'">
Men jeg ønsker at når man tar musen bort(OnMouseOut)..så skal den ikke til den gamle fargen....MEN når de tar musen over en annen....da skal DEN skifte farge og i TILLEGG skal den gamle gå tilbake til den gamle fargen...hvordan gjør jeg det?