Sub: iPhone mobile safari web application
I need to keep some parts of a web page visible even when a user scrolls. The CSS property position:fixed does not work as
In CSS (for iOS 5):
-webkit-overflow-scrolling: touch;