Home › Forums › CSS › Background image not displaying full width of header on iphone › Re: Background image not displaying full width of header on iphone
August 26, 2012 at 9:29 pm
#108514
Participant
You might want to try it because the header (which is set at 100%) is only a small part of the page upon initial zoom (which SHOULD be 1, but doesn’t work for some reason?).
So the background will only be placed on the width of the header that is visible when you load the page.
If you put it on the body (with repeat: repeat-x
) it may be applied to the width of the entire page, not just the part of the header that is initially visible.