cannyboy
cannyboy

Reputation: 24426

Fixed background on iPhone Safari

iPhone Safari seems to have some sort of problem whereby a page with css like this:

body {
   background: #000 url(fixedimage.png) fixed repeat-x;
}

...doesn't actually lead to a fixed image. It scrolls as the user scrolls.

I've seen plenty of people kvetching about this on the internets, but no real solution. Does anyone have any ideas?

Upvotes: 9

Views: 10409

Answers (1)

Timo
Timo

Reputation: 26

I've seen this site. But have not tried it out yet. look pretty complex. http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/

Upvotes: 1

Related Questions