You didn't put your source fragment in the post above, but if you are using scrollTo() during page onload, it will not work while the browser is still showing the blue 'loading progress' bar.
To fix it, move the scrollTo call into a timer event ~100ms later than your current call, then keep checking position from timer event and keep redoing it until takes (i.e. the window scroll event cames in and the position shows it is where you wanted it). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
