Ciao

A me funziona.


Prova questo:


<style>
.o1 {background-color:red;cursor:hand;color:white;}
.n {background-color:white;}
</style>

<table border=1>
<tr>
<td class="n" onMouseOver="this.className='o1' "onMouseOut="this.className='n'" style="cursor:hand" Onclick="location.href='http://www.libero.it/'">Testo</td>
</tr>
</table>

Massimo