Absolute-positioning on ipad?
Ive used absolute positioning on this page to keep the footer at the bottom of the window; http://smartpeopletalkfast.co.uk/ppr6/contact
This works fine in browsers 开发者_JS百科but with an i pad (in landscape) when you scroll down the footer moves up. How can I keep it fixed so it behaves like a normal browser?
Thanks
Yes it works, but not with position: absolute
Check this solution for sticky footers using more flexible css.
It works perfectly in mobile safari.
精彩评论