hi there,
i was wondering if this is possible. i want to be able to have a button which makes the entire page drop down by 100px, in a similar fashion to a page scroll.
so for example, say when the page loads, the top left coordinates of the viewport were 0, 0, and when you click the button the coordinates would change to 0, -100 (page scrolls down by 100px), and it would be the whole page which moved on click.
is this possible with jquery?