Fri, 2011-10-07 12:43
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?
Fri, 2011-10-07 12:59
#1
Hello, There are a couple of
Hello,
There are a couple of reasons why it is overlapping. Probably because the header image has an fixed height, and its moving top because of it.
It would be great if you could share a live link or the code.
Regards,
Mihir.
Fri, 2011-10-07 13:09
#2
Hi, its on a local host, just
Hi, its on a local host, just so I can test out themes (I'm using WordPress).
body { text-align: center; line-height: 1.4em; color: #555; background: #FFFFFF url(images/graybg2.png) no-repeat scroll; font-size: 62.5%; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif; height: 100%; min-width: 992px; }
The background url is what I edited. If you need code from somewhere else specifically, I'm happy to share.
Thanks
