SyntaxFix
Write A Post
Hire A Developer
Questions
I don't understand why other answers are about relative coordinates change, not absolute like OP asked in title.
$("#Friends").animate( {top: "-=" + (parseInt($("#Friends").css("top")) - 100) + "px" } );