Anyone have any ideas why scrollTop isn\'t working in IE?
It works in Chrome fine, and I don\'t know about firefox. (The idea of this script is to have an autoscroll
Try:
document.documentElement.scrollTop = x // where x is some integer