I have a large DIV with information at the top. I also have a image and I want the image to sit at the very bottom. I could use a large margin to push it down but there must be a better way. Some of the code:
Image:
<div id="containerBody">
<div id="facebookTwitter">
<img src="images/site/common/social-media-twitter-seemeagain-dating2.png"/>
</div>
</div
Image size around 300*100 and DIV size around 960*1500
How can I get an image to sit at the VERY bottom of DIV? The text and images already in the DIV are using float left for position - they sit close to the top.
thx