a.jpg will be the main image and b.jpg would be the image you want over top. You can position the overlay image using the top and left attributes.<div style="position: relative; left: 0; top: 0;"> <img src="a.jpg" style="position: relative; top: 0; left: 0;"/> <img src="b.jpg" style="position: absolute; top: XXX; left: XXX;"/> </div>
No comments:
Post a Comment