I\'m trying to make a page scroll down 150px from the current position when an element is clicked. So lets say you\'re roughly halfway scrolled down a page. You click this
You can do that using animate like in the following link:
animate
http://blog.freelancer-id.com/index.php/2009/03/26/scroll-window-smoothly-in-jquery
If you want to do it using scrollTo plugin, then take a look the following:
scrollTo
How to scroll the window using JQuery $.scrollTo() function