Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/11/2007, 13:07
Chemix
 
Fecha de Ingreso: mayo-2003
Mensajes: 92
Antigüedad: 23 años, 4 meses
Puntos: 0
Imput file no me coge el estilo

Hola,... tengo este estilo para un formulario y no se porque solo el imput file no me lo coge

Código PHP:
input {
    
font-family: "Trebuchet MS", Tahoma, Verdana;
    
font-size: 12px;
    
font-weight: normal;
    
color: #6F6F6F;
    
background-color: #FFFFFF;
    
border-top-width: 1px;
    
border-right-width: 2px;
    
border-bottom-width: 2px;
    
border-left-width: 1px;
    
border-top-style: solid;
    
border-right-style: solid;
    
border-bottom-style: solid;
    
border-left-style: solid;
    
border-top-color: #D4D0C8;
    
border-right-color: #A8A8A8;
    
border-bottom-color: #A8A8A8;
    
border-left-color: #D4D0C8;
    
padding-top: 2px;
    
padding-right: 3px;
    
padding-bottom: 2px;
    
padding-left: 3px;
} 
si me podeis ayudar?

saludos