Hey all,
I working on a project for a client and I need a javascript event to fire the scrollIntoView method to pan the browser to a DIV element at the bottom of the page.
My function is as follows:-
Code JavaScript:function jumpToOtherProducts() { var x = document.getElementById("product_canvas"); x.scrollIntoView(true); }
Ive tested this in FF, Chrome and Safari and works fine, but not IE8. Any ideas what I can do about this?
Kind regards and thanks!![]()



Reply With Quote



Bookmarks