Originariamente inviato da herrel
devi mettere:


<style>
.prima {
color:blue;
background:red;}
.dopo {
color:red;
background:blue;}
</style>


<td OnMouseOver="this.className='dopo'" OnMouseOut="this.className='prima'"></td>
Il 'dopo' si può pure tralasciare