This content has been marked as final.
Show 2 replies
-
1. Re: Problems with background image display in header on iphone
mytaxsite.co.uk Aug 21, 2012 7:29 PM (in response to broomeGirl)Just change your header css to include this:
background-image: url('images/header-bg2.jpg'); At present you have:
#header {
width:100%;
background-size:cover;
background-position:right top;
background-repeat:no-repeat;
background-atachment:fixed;
height:117px;
padding: 0;
text-align:center;
margin:0 auto;
background:url(images/header-bg2.jpg) left repeat-x;}
The idea is that you want the image to repeat-x as well as repeat-y. So by omitting it, it defaults to both.
G/L
-
2. Re: Problems with background image display in header on iphone
broomeGirl Aug 21, 2012 10:22 PM (in response to mytaxsite.co.uk)Hi thank you for your response. I deleted the repeat and have cleared the cache on my computer firefox browser, not too sure whether because its in sync with my iphone that cache is cleared on my iphone but the problem still persists on my iphone.



