Hi guys, I have a site that seems to jump in IE when scrolling. It doesnt to it in other browsers, does anyone know why? Cheers
To move down or up the page inside your browser there is the javascript function: window.scroll(x,y); Maybe that site checks the browser type, and is running that function only for IE browsers.
In Firefox go to "View/Page Source" menu and in the new window go to "Edit/Find" menu. Then type "window.scroll" and press Enter.