This page tests scrollIntoView.
scrollIntoView
var x = document.getElementById('test'); x.scrollIntoView();
This element should scroll into view.