![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/04/2008, 04:22
|
| | Fecha de Ingreso: enero-2008
Mensajes: 48
Antigüedad: 17 años Puntos: 0 | |
Re: Comportamiento menu desplegable He encontrado una solución valida EXCEPTO para el IE 6, funciona incluso en el 7, ni decir k rula tambien en el Firefox
<html>
<head>
<title> Prueba Select </title>
</head>
<body>
<select id="menu" name="menu" OnClick="alert('1');" OnFocus="this.blur();">
<option value="1">Valor1</option>
<option value="2">Valor2</option>
<option value="3">Valor3</option>
</select>
</body>
¿¿¿¿Alguna idea para el IE6????? |