|
Hi Jon, Thanks for the input, can you share your solution number 1 with me ? I've read through the foruns that the mobile safire makes a picture after it renders the page, whes position fixed impossible ... is this right? TIA Marcelo Wolfgang On 14/10/2008 11:48, Jon Brisbin wrote: There's really only a couple choices, since there's no fixed positioning (fixed to the viewport, anyway...there is a lot of discussion about this in various message boards) on mobile safari:1) re-position the element after "onscroll". I add a CSS3 transition to it which slides it down to its new position. Not ideal, but you get used to it. 2) clip overflow on the body and add a scrollable element that fills the screen. This might not work for you if you're depending on body scroll events. Thanks! Jon Brisibn http://jbrisbin.com On Oct 13, 2008, at 3:38 PM, Marcelo Wolfgang wrote: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |
- fixed position element in mobile safari Marcelo Wolfgang
- Re: fixed position element in mobile safari Jon Brisbin
- Re: fixed position element in mobile safari Marcelo Wolfgang
- Re: fixed position element in mobile safari Jon Brisbin
- Re: fixed position element in mobile safari Nicolino Cubetto
