I have an issue with background-position in mobile safari. It works fine on other desktop browsers, but not on iPhone or iPad.
body { background-color: #000
I have this problem and I'm addressing it by getting rid of my fixed footer using a separate style as mentioned here: How to target CSS for iPad but exclude Safari 4 desktop using a media query?