CSS: how to align images vertically bottom

Posted by aeran on Stack Overflow See other posts from Stack Overflow or by aeran
Published on 2010-02-24T09:18:24Z Indexed on 2010/06/02 6:03 UTC
Read the original article Hit count: 230

Filed under:
|

Hi all,

I have this code:

<ol><li><a href=""><span><img src="/images/sized/images/uploads/books/book_1.jpg" width="100" height="165"  alt="" /></span>
  </a> </li>
<li><a href=""><span><img src="/images/sized/images/uploads/books/book_2.jpg" width="100" height="130"  alt="" /></span>
  </a> </li></ol>

How do I align the images vertically bottom? (the images have various heights)

© Stack Overflow or respective owner

Related posts about css

Related posts about css-positioning