Home › Forums › CSS › [Solved] Appying background to floating divs › Re: [Solved] Appying background to floating divs
June 6, 2010 at 11:31 pm
#77218
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;}
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.