Read the documentation. :) Nope, it is not possible. The only way to have something stay fixed at the top is to use two divs (or technically frames as well, but don't) where the combined height isnt taller than the amount of screen space. Make the bottom div's overflow set to auto and you will be able to use two fingers to scroll that content without movibg the top div off the screen.
-=Randy On Nov 5, 2007, at 6:25 PM, gman <[EMAIL PROTECTED]> wrote: > > Ok, I have a page with two frames (yes, I know, frames shouldn't be > used on the Iphone). Top > frame is a horizontal section for navigation. The second frame is > used for browsing. > Everytime I click a link in the second frame, the new page shows up > and scrolls down. > I want the first frame to always be visible. Is that possible? I've > tried windows.scrollTo() with > no success. > Thanks, > Gary > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
