Hm går inte det där att fixa med vanlig hederlig "onmouseover" på en tabellcell? Lite kod:
<table cellpadding="2" cellspacing="0" border="0" width="136px">
<tr>
<td bgcolor="#FAFAF8" onmouseover="this.style.backgroundColor='#F0F0E8';" onmouseout="this.style.backgroundColor='#FAFAF8';">
<a href="default.asp">Startsidan</a></td>
<td bgcolor="#FAFAF8" onmouseover="this.style.backgroundColor='#F0F0E8';" onmouseout="this.style.backgroundColor='#FAFAF8';">
<a href="#">Nåt annat</a></td>
</tr>
</table>
Det är bara att ändra texten.
![[AMD]Zmasters avatar](/av/3411.gif)
