Log in

View Full Version : navigation from a portion to another portion



megha_3000
08-27-2012, 08:34 AM
Hello,
i view a website http://lokeshdhakar.com/projects/lightbox2/
where i saw that when anyone click example than the site tooks
viewer to the example portion.
when one click donate than it tooks to donate portion. how this is done.
Please help me to do this

Thanks

jscheuer1
08-27-2012, 09:01 AM
That can be done (without the smooth scrolling action) using ordinary named anchors in HTML. However, the page you mention uses a jQuery based script called jquery-smooth-scroll, available at github:

https://github.com/kswedberg/jquery-smooth-scroll

Dynamic Drive has a similar script (also jQuery based):

http://www.dynamicdrive.com/dynamicindex5/bookmarkscroll.htm

megha_3000
08-28-2012, 08:57 AM
Now i got it. I Found that very useful. Thanks a lot.
:)