views:

105

answers:

1

I am developing an app for the Iphone using javascript,css,html. How can i make the classic iphone effect where the content of the page (if it does not fit the screen in height) slides under the header and footer! Any ideas?

+1  A: 

Not sure how this renders on the i-phone, but it sounds like you're referring to position:fixed.

Paddy