ciao a tutti/e,
ho i seg stili applicati ad una tabella per dargli un' immagine di sfondo.
vorrei che ogni 30 secondi l' immagine di sfondo cambiasse ciclicamente
sfondo1->sfondo2->sfondo3->sfondo1.......
possibilmente con qualche effetto di transizione.

non voglio usare flash.
grazie.

.sfondotop1 {
background-image: url(../img/sfondo_n1.jpg);
background-repeat: no-repeat;
width: 929px;
height: 403px;
}

.sfondotop2 {
background-image: url(../img/sfondo_n3.jpg);
background-repeat: no-repeat;
width: 929px;
height: 403px;
}

.sfondotop3 {
background-image: url(../img/sfondo_n3.jpg);
background-repeat: no-repeat;
width: 929px;
height: 403px;
}