I am building a jQuery mobile site, and I am trying to insert a scalable image into the background, which would adjust to screen size of the phone. This is my code:
just simple replace your class with this.
.ui-page { background: transparent url(images/EarthIcon.jpg) no-repeat center center; }
I have same issue and i solved it.