Originariamente inviato da sms
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>
ehm ovviamente "20.57 14/12/2004" non ci deve stare..
ho sbagliato, ho premuto f5 nel notepad .. sarebbe
.out {background-color: green;}