Background problems
Is it possible to have different background for each page?
I edited the stylesheet to show this background, which I'm happy with. But, I came across problems when viewing a different page: example. You can see how it overlaps. Can I have a background for the home page, then a different background for the contact, login, and ect. pages?
Background position problem
Hi all,
first of all to introduce myself..
I'm Davor and I'm new around here.
Hope you guys can help me!
This is my problem:
#header #searchform #searchsubmit { background: url(img.gif) no-repeat 2px 2px}
This works perfectly in Google Chrome, but to work the same way in Firefox I have to put:
#header #searchform #searchsubmit { background: url(img.gif) no-repeat 1px 4px}
Can someone please help me?
Thanks in advance,
Davor
Background not showing in new div without adding height.
I have problem adding an inner background for my blog. The inner background is established in a new div (#inner-background) that cover up the entire webpage except the tag.
I use the body tag for my main background and the #inner-background tag for the inner background with 1000px for the width. However, the inner background does not show up. I have tried clear: both, display: block but it still didn't work.
This is the following css:
#inner-background { clear: both; margin: 0 auto; display: block; width: 1000px; background: #efefee; }
background image issue
Hi guys,
I`ve just done my first website with HTML & CSS and was really happy that I`ve managed it so quickly (it`s simple and primitive but I do like it). Not until I opened it on another computer and I realized that it`s not finished at all....
So, I have a specific concern here, which I hope you can help me out with.
It`s about the composition of the background when opened in different resolutions
What I`ve done for the background is to safe 3 separate images:
1 image float:left
1 image float:right