|
I came across a similar situation. I wanted 2 images in the background of a website I was working on. What I did was put the main background image in the body (using CSS), and then put the other background image in a container <div>. It worked for me.
DianeD
|