Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/07/2009, 07:54
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 5 meses
Puntos: 14
Respuesta: jQuery: Problemas con toggle

trata con esto:

Código javascript:
Ver original
  1. jQuery("a").hover(
  2.  
  3. function(){
  4. jQuery(this).animate({fontSize:"20px"},"2000");
  5.  
  6. },
  7.  
  8. function(){
  9.  
  10. jQuery(this).animate({fontSize:"16px"},"slow");
  11.  
  12. }
  13.  
  14. );
__________________
My path is lit by my own fire, I only go where I desire