how i can put an image over image? for e.g. a social image over header image.
code:
<div>
<img src="http://img2.wikia.nocookie.net/__cb20100409185740/gtawiki/images/e/e7/Fort_carsonn.jpg" width="1200" height="300" />
</div>
<div>
<img src="http://i12.photobucket.com/albums/a230/buetforasif/FortCarson_ataglance.jpg" width="1200" height="300" />
</div>
<a href="https://www.facebook.com/lordgaming3?fref=ts"> <img src="img/fb.png" style="padding-left: 10px; padding-top:8px" width="30" height="30" /></a>
i want to put it on the top-left.. any idea? background-image is a wrong idea, because my silder script uses divs and images..