![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/12/2010, 08:08
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 39
Antigüedad: 14 años, 1 mes Puntos: 6 | |
Respuesta: Etiqueta select + css para cambiar el width al hacer onclick prueba a agregar esto:
<select style="width:130px;border:0;font-family:Trebuchet MS, verdana, arial, sans-serif;background-color:silver;" name="lista" OnChange="location.href=this.options[this.selectedIndex].value" onclick="this.style.width=el width que quieres ponerle">
Si no te funciona prueba con onclick="this.width = el width que quieres ponerle" o |