$("#content > div").each(function () { $(this).css({ left: $(this).position().left - 100, top: $(this).position().top - 100 }); });