Hey guys,

I was wondering if theres some way I could get something like this to serve as a background layer:

Code: 
//background layer
<div>
<img src="backgroundimg.png"/>
</div>

//layers above it
<div>etc</div><div>more</div>
I have an idea of I could make this work, but my method would be sort of unorthodox I think, and probably be glitchy.

Thanks for your help
narutoroot Reviewed by narutoroot on . <img> background Hey guys, I was wondering if theres some way I could get something like this to serve as a background layer: //background layer <div> <img src="backgroundimg.png"/> </div> Rating: 5