I\'m struggling to get web page with a fixed background image, so the image does not move when page is scrolled in a UIWebView. What I\'ve discovered is: backgroun
backgroun
Use a div for the background with a negative z-index:
This body text appears over the fixed background and scrolls.
Works on iOS 5 and iOS 6.