vote up 0 vote down star

how to move scroll bar by javascript ,

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

flag

40% accept rate

2 Answers

vote up 0 vote down

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|flag
Oh,but I've already used YUI,which is a big overhead,so best not any more.. – Shore May 21 at 18:55
vote up 3 vote down

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|flag

Your Answer

Get an OpenID
or

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