I have set up some background div's to theme a blog I am making. I am using 3 colors for the heading, a grey background, and I am wanting to add a texture to the background. I have the semi transparent image I want to tile, but I am not sure of the best way to have this work. I do NOT want \[code\]position: fixed;\[/code\] on the div containing the image, so that it will move as you scroll.Example code:http://jsfiddle.net/YPXmT/Is there a way to achieve this while not having scroll bars? (Note, I don't want to get rid of scrollbars, as content may require scrolling.)