Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/05/2013, 11:12
Anarko
 
Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 20 años, 2 meses
Puntos: 22
Respuesta: NO PUEDE COLOCARSE texto diminuto en un INPUT type="TEXT" INMENSO ?

Cita:
Iniciado por Anarko Ver Mensaje
requiero que el campo de TEXTO, (no es un textarea) sea INMENSO y el texto diminuto.
El truco ha utilizar es el atributo padding.

Utilizas tu fuente diminuta y colocas un ESPACIAMIENTO inmenso:

Código:
.miestilo{
font-size:8pt;
min-height:1.6em;
min-width:1.8em;
height:1.6em;
width:1.8em;
padding:15em;
}

<input type="text" name="usuario" class="miestilo" />