The site has a fixed menu that overlaps some of the content, scrolling works fine, but how to adjust to -100px here's the script -
$("#contactyGo").click(function() { $("html, body").animate({ scrollTop: $($(this).attr("#contacty")).offset().top + "px" }, { duration: 500, easing: "swing" }); return false; }); I tried to write - 100 before "px" - did not help. Help noob please.