-
AuthorPosts
-
March 1, 2012 at 11:50 am #174483
Hi there!
I need to figure this out :”
On this site http://www.mayahealthyweight.nl/nieuw
I did add an big logo in header, now i want to put in a background image which gives shadow to either side of the hedaer picture.
As you go to this site you see that the picture is there, but all wrong located. Where do i set up my background picture right?
In IE its showing a little bit to much to the left and to low, in FF the background picture is showing even lower on the page?
Can find it in forumsThanks in advance
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
March 1, 2012 at 12:41 pm #441089Hi Scanni,
your css code needs small improvements 😉
Take a look at your template.css at line 14. You’ll find this block body#bd. Please change it to what I’ve pasted below.
body#bd {
background: url(../images/background.jpg) no-repeat 35px 0px;
font-size: 12px;
}Cheers
Frank
March 1, 2012 at 1:09 pm #441096Thanks allot Frank.
The only problem thats existed was that the when the scroll bar didnt show, the background did not fit well in Chrome.
We figures that out by placing this code in the templates/ja-edenite/css/template.csshtml { overflow-y:scroll; }
But this doesnt seem to work with MAC?
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
March 2, 2012 at 9:32 am #441368Hi Scanni,
this can’t work because the shadow in the background image is not centered!
Please change the css to:
body#bd {
background: url(../images/background.jpg) no-repeat top center;
font-size: 12px;
}I’ve attached the corrected background image. The white space to the right was wider than to the left. I’ve made them even for you. 🙂
Cheers
Frank
-
1 user says Thank You to pixelzombie for this useful post
March 5, 2012 at 12:40 pm #441927Great, it seems to work now.
Many thanks, great support!! 🙂
pixelzombie Friendpixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
March 5, 2012 at 12:52 pm #441932I’m glad it worked out for you!
Thanks for the compliments :-*AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by pixelzombie 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Adding background picture for header, Postioning problem
Viewing 6 posts - 1 through 6 (of 6 total)