pageXOffset and pageYOffset contain the current "scrolling" offset
of the page. you should be able to see the current values in the status bar.
works fine with NS4.5
not with NS3
IE5 makes some strange errors, but if you use document.body.scrollTop
instead, it works
this button uses scroll()
works fine with NS3 thru NS4.5
IE5 too
this button uses scrollTo()
works fine with NS4.5
IE5 too
not with NS3
probably someone thought scrollTo() is a better name,
but they will have to support the old name, too.
this button uses the more recent scrollBy()
works fine with NS4.5
IE5 too
not with NS3
HI THERE! :-)