$(document).scroll(function(){ var y=$(document).scrollTop(); $(".fdw").stop().animate({ "top": (y+400)+"px" }); });