Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/12/2011, 14:20
MoSp
 
Fecha de Ingreso: octubre-2007
Mensajes: 10
Antigüedad: 16 años, 7 meses
Puntos: 0
Respuesta: Pequeño problema con .mouseover y el tag <a>

SOLUCIONADO

$("#apDiv2").hover(
function(e)
{
$("#apDiv2").animate({"left": "+=480px"}, "slow");
},
function(e)
{
$("#apDiv2").animate({"left": "-=480px"}, "normal");
}
);