Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/01/2013, 08:54
Avatar de CMushroom
CMushroom
 
Fecha de Ingreso: diciembre-2011
Ubicación: Morelos
Mensajes: 99
Antigüedad: 13 años
Puntos: 1
Respuesta: Selects del mismo tamaño propiedades?¿

Cita:
Iniciado por emprear Ver Mensaje
tamaño? te referis al ancho?
con la propiedad width de css

Código CSS:
Ver original
  1. select,input.texto{
  2. width: 500px;
  3. }

Código HTML:
Ver original
  1. <input type="text" value="" class="texto" /><br />
  2. <option>xxxxx</option>

Saludos
gracias