15 pts.
 iPad Fixed position
How do I do fixed positioning on the iPad?

Software/Hardware used:
ASKED: April 20, 2010  3:20 PM
UPDATED: April 20, 2010  9:00 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Providing more details will increase your chances of getting useful responses.

Are you asking how to create an element with a fixed position on a web page running on the iPad’s Safari web browser ?

 63,535 pts.

 

Yes, css position:fixed does not keep an element in a fixed position. One example would be bottom:0

 15 pts.

 

Yes, position:fixed does not work on mobile Safari.

Some kind of trick is needed to achieve something similar. I have seen different workarounds on the web. Here is one:

Fixed positioning in Mobile Safari

A google search could offer other options.

 63,535 pts.