Ciao, questo è un codice per sovrapporre due immagini:
Sapreste dirmi come posso fare a centrarle nella pagina? Grazie mille..codice:<div> <img src="URLimmagine1" width="200" height="150" style="position: absolute; top: 0; left: 0; z-index: -1;" /> <img src="URLimmagine2" width="200" height="150" style="position: absolute; top: 0; left: 0; z-index: 1;" /> </div> </div>