Home › Forums › CSS › [Solved] Appying background to floating divs › Re: [Solved] Appying background to floating divs
June 6, 2010 at 7:34 pm
#77204
Participant
If you look at the css for the site you will see the difference with yours. There is no width on the body tag and the image is positioned center:
background: transparent url(/images/truf_big_logo.png) no-repeat scroll center -1px;
Then the container is given a width and centered.
Does that make sense?