codice:
<style>
dettagli {border:1px solid #000080;cursor:hand;background:url(../images/sf_blu_etp.gif);font:70% Tahoma;color:#ffffff;text-align:center;font-weight:bold;width:140px;;height:20px;}
.hoverBlu {border:1px solid #000080;cursor:hand;background:url(../images/sf_blu_h.gif);font:70% Tahoma;color:#ffffff;text-align:center;font-weight:bold;width:140px;;height:20px;}
</style>


<input type="button" class="dettagli" onmouseover="this.className = 'hoverBlu';return false" onmouseout="this.className = 'dettagli';return false" value="MAGGIORI DETTAGLI" />
Uso questo codice per cambiare classe/sfondo
ma si crea uno strano sfarfallio con explorer..