Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/01/2009, 12:27
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
Respuesta: input text con css

hazlo con una clase

Código:
.input{ width:15em;}
y luego la colocas en el input

Código HTML:
<input type="text" class="input" /> 
__________________
WFC
codigo82