Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Appying background to floating divs Re: [Solved] Appying background to floating divs

#77204
virtual
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?