Scrolling problem
2 answers
See window.scrollTo
and window.scrollBy
.
If you need more flexibility and power, you can try Flipper and give the jQuery plugin a whirlwind.
+3
a source to share
If you don't mind the overhead, use a jQuery library with the ScrollTo plugin. A quick demo can be found here: http://demos.flesler.com/jquery/scrollTo/
0
Flipper
a source
to share