PHP example: http://davidwalsh.name/dw-content/onload-smooth-scroll.php?scrollto=c4
Scrolling to a #link within the current page is easy, but I'm trying to load a new page then scroll it down after it has loaded.
Here's how my links are set up:
<a href="page1.php#top">Page 1</a>
<a href="page2.php#top">Page 2</a>
<a href="page3.php#top">Page 3</a>
Here's the div I want it to scroll to:
<div id="top"></div>
The problem is the php links. I can't find a script with examples in that format...