Hi, I have noticed on some peoples sites that when you click a link your browser (smoothly) scrolls down to that link! I have not yet found a simple way of doing it but have always wanted to know how it was done/how to do it!
Anyone know of a good site or have some advice on how to do it?
This was most probably done using some javascript library, such as jQuery, Mootools or Prototype. Are you familiar with any of them? Cause that would certainly help.. If not: try to look for some snippets on sites like dynamicdrive.com , they are not bound to a javascript library.
Okay. There's this plugin called scrollTo, it's a jQuery plugin. See the demo and the project page for more info, I think that's what you're looking for.
I have noticed on some peoples sites that when you click a link your browser (smoothly) scrolls down to that link! I have not yet found a simple way of doing it but have always wanted to know how it was done/how to do it!
Anyone know of a good site or have some advice on how to do it?
Thanks for any help you post
Regards
Are you familiar with any of them? Cause that would certainly help..
If not: try to look for some snippets on sites like dynamicdrive.com , they are not bound to a javascript library.
Thanks for your help!