ho la mia class
Codice PHP:
#newsletter label{
    
background-imageurl(../img/bg_input.gif);
    
background-repeatno-repeat;
    
width97px;
    
min-height15px;
    
heightauto !important;
    
height15px;
    
padding3px
}
#newsletter input{
    
width85px;
    
font-size9px;
    
font-weightbold;
    
color#565148;
    
background-colortransparent;
    
border0px;
    
margin-right4px;
    
font-familyVerdanaGenevaArialHelveticasans-serif;

ho il problema che il mio button di tipo image prende la dimensione del campo input.

Ho provato ad inserire
Codice PHP:
#newsletter input[type="image"]{
    
widthauto;

Ma funziona SOLO con Mozilla... IE non se lo fila...

Suggerimenti?