Ask a questionAsk a question
 

Questionwindow.scrollTo Not Functioning In IE 8

  • Tuesday, November 03, 2009 4:32 PMcodemonkey010101 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm simply calling the following code and it is not executing, or erroring:

    window.scrollTo(0, 999999999);

    I have tried smaller Y values (like 100, 1000), same result.  Any ideas?  All other browsers function correctly.

    Thanks!

All Replies

  • Tuesday, November 03, 2009 8:03 PMSincP Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have no problem with that in either IE8 standards or quirks mode. The problem is probably elsewhere on your page.