index is the page layout as I would like it, but [I]combined[/I] with the background of index-test.
CSS3 multiple backgrounds are out due to limited compatibility.
I have tried using a z-index, but as far as I can make out from the w3 site, z-index only works on 'positioned' (not floated) elements. Is this the case?
Due to the elasticity of #leftChunk's content, my cloud background also has to have an elastic 'middle section and left and right parts floated left and right.
There does need to be some overlap of the content and left & right backgrounds.
the answer is three divs wrapping the whole content. ie <div id="wrapper1"><div id="wrapper2"><div id="wrapper3">
all content
</div></div></div>
then you just need to apply an image to wrapper1 and position it top right then you just need to apply an image to wrapper2 and position it top left with a repeat-x then you just need to apply an image to wrapper3 and position it top left