Grazie mic per il suggerimento;Originariamente inviato da mic
fai un tentativo mettendo nel css background-image: al posto di background:
ho fatto una prova al volo e così a me non dava problemi :master:
ho provato a sostituire background: url... con background-image: url..., ma ora non appaiono neppure i pustanti..
Allego codice relativo ai primi 2 pulsanti
Sto sbagliando qualcosa?codice:#masthead a.chisiamo { background-image: url(imagesnew/butchisiamo.gif) no-repeat bottom; width: 90px; height: 40px; float: left; clear: none; } #masthead a.chisiamo:hover { background-image: url(imagesnew/butchisiamo.gif) no-repeat top; } #masthead a.catalogo { background-image: url(imagesnew/butcatalogo.gif) no-repeat bottom; width: 90px; height: 40px; float: left; clear: none; } #masthead a.catalogo:hover { background-image: url(imagesnew/butcatalogo.gif) no-repeat top; }
Ciao e grazie

Rispondi quotando