This just doesn't work in iphone safari. In fact, you don't even get
OnScroll event to update the position of the arrow dynamically.

Hard luck.

-Manish

On Nov 14, 2007 4:31 AM, Steve Finkelstein <[EMAIL PROTECTED]> wrote:

>
> Hi all,
>
> I'm working on a prototype for http://iphone.limemedical.com, and one
> issue I've been receiving feedback on is the user wants to be able to
> easily go 'home' as my home icon has been 'scrolled' out of the way
> and inconvenient to get back to when surfing rapidly.
>
> I figured I'll throw an extra icon up that I drew up, which you can
> see by going to http://iphone.limemedical.com and then click on the
> first icon on the footer, which is Add Patient. In the top left there
> is a home arrow, and I've positioned it with the following CSS:
>
> #home_arrow {
>  position:fixed;
>  left:270px;
>  top:33px;
>  width:50px;
>  height:50px;
>  z-index:100;
>  background: url(/media/img/home_arrow.png) no-repeat center;
> }
>
> My question is, does position:fixed not work on mobile safari? If you
> scroll down on that page, or try to hit one of the lower inputs, the
> arrow is no longer in view? I'd like it to remain there at all times
> as an easy way to access home no matter where the user is in the
> application.
>
> Thank you kindly for your insight.
>
> - sf
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to