I am trying to do a 200px page load further using javascript. But I always see that 1 second from above until this scrolls down.
vimoe does this, try scrolling the page after the page loads, http://vimeo.com/49645156
margin-top: -200px .. Gives me this effect, but I can’t scroll the page after the margin is set with a negative number.
Maybe create a jquery solution that will change the upper edge of the body after the page loads, will this work?
This script is currently in use.
function jumpScroll() { window.scroll(0,200);
I will just call this body script with onload.
jquery
user681061
source share