Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/02/2005, 08:20
Avatar de mveraa
mveraa
 
Fecha de Ingreso: diciembre-2002
Ubicación: santiago-chilito
Mensajes: 1.931
Antigüedad: 21 años, 4 meses
Puntos: 2
achicar select

hola maestros necesito achicar el largo de un select pero no me funciona

lo hago asi


.select
{
font-family: Verdana;
color: #0099cc;
font-size: 8pt;
border-top: 1pt solid #000000;
border-left: 1pt solid #000000;
border-bottom: 1pt solid #000000;
border-right: 1pt solid #000000;
font-weight: bold;
background: #ffffff;
width:10px; //dede aqui le intento bajar el largo
height:20px;
}


un saludo