Problems with background image display in header on iphone
i am having problems iphone, header background stops short of header image , home page worse, though why when html , css same every page, have no idea. site http://bit.ly/o21fxj.
time.
just change header css include this:
| background-image: url('images/header-bg2.jpg'); |
at present 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 want image repeat-x repeat-y. omitting it, defaults both.
g/l
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment