I'm trying to setup a page background that scales with resolution but still looks nice.. heres what Im using..
The site is http://www.gd-gaming.com/wordpress, If you inspect it with firebug, it just doesnt load the image... but if I add that path straight into the css, it works.
Additionally, I use this same code on www.gd-gaming.com for that background and it works perfectly. Help needed!!
<div id="background"> <img class="background" src="images/bgmain.jpg" /> </div>
#background {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
img.background {
width: 100%;
}
fieldset, img {
border: 0 none;
}