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

#77218
cramdesign
Member

Take a look at that page’s css to see what is going on: http://trufcreative.com/wp-content/them … imized.css

Code:
html{background:url(/images/dots.png) repeat fixed;}
body{background:url(/images/truf_big_logo.png) no-repeat scroll center -1px;}

Odd enough, I didn’t even know that you could put a background on the html tag but apparently you can. Cool.