2 replies [Last post]
nicks
nicks's picture
User offline. Last seen 31 weeks 5 days ago. Offline
newbie
Timezone: GMT-4
Joined: 2011-10-06
Posts: 2
Points: 3

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?

mihirc
mihirc's picture
User offline. Last seen 21 weeks 2 days ago. Offline
rank Leader
Leader
Timezone: GMT+5.5
Joined: 2007-05-09
Posts: 587
Points: 28

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.

nicks
nicks's picture
User offline. Last seen 31 weeks 5 days ago. Offline
newbie
Timezone: GMT-4
Joined: 2011-10-06
Posts: 2
Points: 3

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