Ross, Great implementation of a reader. I hadn't seen that before!
I'm assuming you mean that the user is able to scroll left and right as well as up and down and you want to keep a constant width for the iPhone. If so, the code is as follows: <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> Setting the user-scalable property to 0 (false) ensures that the user isn’t able to zoom in or out the website. Refer to Safari HTML Reference (http://developer.apple.com/safari/library/documentation/ AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html) - Supported Meta Tags to see any other meta tags that you might want to use. Hope this helps. insultant On Sep 15, 9:27 am, London iPhone Dev <[email protected]> wrote: > The header use to stay in place, but does not now, can anyone help me > please? > > http://www.parrottandmiller.com/scroller/readthebook.html > > Thanks, > > Ross. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
