Hello all
Im having trouble with a site that I built not working correctly on the iphone.
Everything works great on safari (Desktop)..but when I view the site on the iphone...the background image does not resize (thats what Im thinking is happening).
This is the CSS code I use to create the main container:
#container {
margin: 0 auto;
text-align: left;
padding: 0px;
background: url(/images/mainbg.jpg) repeat-y;
width: 750px;
height: 670px;
position: absolute;
}
The image mainbg.jpg has a height of 1 pixel..and just repeats to create illusion of a background container image. However..on the iphone this image does not seem to RESIZE and looks very very awkward with the rest of the website that gets resized. I hope this makes sense. Any help?!? Thanks!