View Single Post
Old 10-07-2012, 12:48 AM   PM User | #2
waxdoc
Regular Coder

 
Join Date: Jul 2008
Posts: 155
Thanks: 9
Thanked 13 Times in 13 Posts
waxdoc is an unknown quantity at this point
set styke for HTML element

Remember besides the BODY element, there is also the full-screen HTML element so style your html

Code:
html { margin: 0; padding; 0; background: aqua url(path/imageam.jpg} no-repeat center bottom; }

body { margin: 0; padding; 0; background: transparent; color:black; }
waxdoc is offline   Reply With Quote