OnMouseOver og CSS?
<table width="100%" border="1"><tr>
<td onMouseOver="this.style.background=#0A246A;this.style.color=#FFFFFF;" onMouseOut="this.style.background=#D4D0C8;this.style.color=#000000;"> </td>
</tr>
</table>
Det er såre simpelt - hvorfor fungerer dette ikke?
