Log in

View Full Version : Auto Scroll Down on click??



ikon
10-06-2007, 03:20 PM
is there a script that can create the following scenario:

when a link is clicked, the new page that opens up will scroll automatically to a specified area of the page? for instance, if i have created a link describing a new shipping method that links directly to my shipping policy page, can this link be clicked and the page be automatically scrolled to the part of the page where my new shipping method is explained?

djr33
10-06-2007, 06:45 PM
Do you need animation? That's somewhat difficult.
Using a target is easy, though.

http://my.com/page.htm#anchorname can be the link, from another page or the page you're currently on, and you can place this code on the destination page to make it work:
<a name="anchorname"></a> [you can have text in there as well, though it's probably not needed.]