| Previous · Next | |
| User | Message |
|
lctn2
|
Date: 3/6/2009 7:47 pm · Subject: How can I place an image behind all content in content area? · Rating: 0
I am trying to place a background image behind all content in the content area. I have been playing with it for a couple hours now, but am not getting anywhere. Where would I place the following in css03.css to get the desired results? background: url('') repeat-x;
I am running version 7.4.39
I currently have the following: #mainBody {
--- (Edited on 3/6/2009 7:47 pm [GMT-0600] by lctn2) --- |
| Back to Top |
Rate [ | ]
|
|
bartjol
|
Date: 3/7/2009 4:59 am · Subject: Re: How can I place an image behind all content in content area? · Rating: 0
It looks like it's on the right spot, but I would use #contentArea { background-image: url(myurl); } --- (Edited on 7-March-2009 11:59 [GMT+0100] by bartjol) --- |
| Back to Top |
Rate [ | ]
|
|
lctn2
|
Date: 3/7/2009 10:04 pm · Subject: Re: How can I place an image behind all content in content area? · Rating: 0
It was the "repeat-x" Making a smaller image, and eliminiating "-x" fixed it. #mainBody { --- (Edited on 3/7/2009 10:04 pm [GMT-0600] by lctn2) --- |
| Back to Top |
Rate [ | ]
|