Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2009, 08:04
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: cuadro lista color fondo y tamaño

pues si, si puedes hacerlo mira:

Código:
#sel{width:100%; height:200px; background-color:#999;}
#sel select{background-color:#00FF00; width:100%}
Código HTML:
<div id="sel">
<select name="a" size="2">
  <option>seleeccion 1</option>
  <option>seleeccion 2</option>
  <option>seleeccion 3</option>
  <option>seleeccion 4</option>
</select>
</div> 
__________________
WFC
codigo82