$(".postfooter .icons a, #respond h2 a") .mouseover(function(){ $(this).find("img").stop().animate({ opacity: 1, marginTop: -30 }, 100); }) .mouseout(function(){ $(this).find("img").stop().animate({ opacity: .5, marginTop: 0 }, 200).animate({ opacity: 1 }, 200); });