Workaround for 'background-attachment: fixed' which is not working in iOS4

前端 未结 2 1486
孤街浪徒
孤街浪徒 2021-01-19 01:05

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

2条回答
  •  时光取名叫无心
    2021-01-19 01:33

    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.

提交回复
热议问题