There are some ways do it, Example below, should be called a background div over other background div STYLE: #div_back{ background: url(image_back.jpg); } #div_front{ position: relative; top:-100px; background: url(image_front.jpg); } HTML: HTML: <div id="div_wrapper"> <div id="div_back"></div> <div id="div_front"></div> </div> HTML:
You can use Photoshop to amend the imag, then use the image in CSS as follows. Best Regards, Mohammad www.ehome-jo.com