views:

431

answers:

1

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?

+1  A: 

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/

Timo