scrollIntoView did the best job when all other methods failed!
document.getElementById('top').scrollIntoView(true);
Where 'top' is the id of the html tag you want to go.
scrollIntoView did the best job when all other methods failed!
document.getElementById('top').scrollIntoView(true);
Where 'top' is the id of the html tag you want to go.