ho questo css:
.invia
{
background:url(invia.gif);
background-repeat:no-repeat;
width:30px;height:24px;
background-color:#fff;
background-position:center center;
border-right:0px;
border-bottom: 0px;
border-top:0px;
border-left:0px;
cursor: pointer;
}
ora l'immagine si sostituisce perfettamente al bottone invia di un campo form in ie7 ma in ff mi rimane il "rettangolo" grigio... che dovrei cambiare per ovviare questo problema?
grazie a tutti!