codice:
<input type="submit" OnMouseOver="this.className='over';" OnMouseOut="this.className='out';" class="out">
<style>
.over {background-color: yellow;}
.out20.57 14/12/2004 {background-color: green;}
</style>