Home › Forums › CSS › help with background image › Re: help with background image
September 9, 2009 at 3:40 pm
#63665
Member
If you don’t want a background to repeat, you have to specify it not to with no-repeat. Backgrounds naturally repeat. You say you’ve set it to "not repeat" but I don’t see that you actually have! Here’s what it should be:
#content { background:url(images/main-back.jpg) top center no-repeat; height: 423px; }