Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/12/2010, 17:24
Avatar de tredio
tredio
 
Fecha de Ingreso: noviembre-2008
Ubicación: Carabobo
Mensajes: 466
Antigüedad: 15 años, 5 meses
Puntos: 66
Respuesta: Menú con dropdown, me funciona! pero.. :P

puedes probar asi:

Código Javascript:
Ver original
  1. var timeOut = 0;
  2.  
  3. function menu_desplegable(){
  4. $("#menu ul li ul").css({display: "none"}); // Opera Fix
  5. $("#menu li").hover(function(){
  6.                 clearTimeout(timeOut);
  7.         $(this).find('ul:first').css({visibility: "visible",display: "none"}).show(400);
  8. },function(){
  9.                 timeOut = setTimeout(function(){
  10.                      $(this).find('ul:first').css({visibility: "hidden"});
  11.                 }, 1000);      
  12. });
  13. }
__________________
Extension Google Chrome
dar las gracias no cuesta nada :D