Link to Same Page
Link to Same Page
- Started
- Last post
- 4 Responses
- hubb7designs
I'm trying to create a link on my Blog post where the link will be on the top of the page, and once it's clicked the page will smoothly slide to the bottom of the page where the comment box is.
I know how to set up the link target, but that simply "jumps" to the bottom of the page, and I would like to see if I can make it smoothly slide
Thanks,
'Hubbz
- bulletfactory0
JQuery can help you. it will be .animate() or something like that.
- ********0
- bigtrickIII0
use scrollTo:
http://flesler.blogspot.com/2007…
i use it on my site - http://lithegiant.com - and it works a treat.
- This is correct. Sorry, I didn't read your post correctly.********
- ah - this makes more sensebulletfactory
- This is correct. Sorry, I didn't read your post correctly.
- hubb7designs0
Thanks guys.