Home › Forums › CSS › CSS bg image › Re: CSS bg image
December 14, 2011 at 8:40 am
#92716
Member
Ah, right I think I understand your problem.
You have a fixed width site, but want to have background elements that run the full width?
Basically you’ll need to add more instances off your div.container and give them each a background image.
So instead of have 1 div.container that wraps around the whole page, you have 3: 1 hor the header, 1 for the content and 1 for the footer.
Hope this answers your question.