thenexumman
01-27-2008, 08:00 PM
Hi, I have the following HTML:
<div id="name" style="background-color: red; float: none; height: 400px; vertical-align: bottom;">
<img src="images/logo.png" style="vertical-align: bottom;" alt="Logo Image" />
</div>
But, the image renders at the TOP of my div, not at the bottom. What am I doing wrong?
Thanks very much for your help, it'll be very gratefully received indeed.
<div id="name" style="background-color: red; float: none; height: 400px; vertical-align: bottom;">
<img src="images/logo.png" style="vertical-align: bottom;" alt="Logo Image" />
</div>
But, the image renders at the TOP of my div, not at the bottom. What am I doing wrong?
Thanks very much for your help, it'll be very gratefully received indeed.