up vote 0 down vote favorite
share [g+] share [fb]

how to move scroll bar by javascript ,

so that the top coordinate of visible area is y px from top coordinate of entire page?

link|improve this question

42% accept rate
feedback

2 Answers

See the window.scrollTo and window.scrollBy methods.

If you need more flexibility and power than that you might try Flipper's suggestion and give the jQuery plugin a whirl.

link|improve this answer
feedback

If you don't mind the overhead, use jQuery library with ScrollTo plugin. A quick demo can be found here: http://demos.flesler.com/jquery/scrollTo/

link|improve this answer
Oh,but I've already used YUI,which is a big overhead,so best not any more.. – Shore May 21 '09 at 18:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.