ciao a tutti!

ho un semplice css:

<style type="text/css">
<!--
.sfondoGiallo {
background-attachment: fixed;
background-image: url(sfondo1.jpg);
background-repeat: no-repeat;
background-position: center center;
}
-->
</style>

applicato ad un TD

vorrei che quando il mouse entra nel "TD", l'immagine associata cambi...

come si può fare??