How to vertically align images in <td>

Posted by Ricky on Stack Overflow See other posts from Stack Overflow or by Ricky
Published on 2010-03-16T05:21:37Z Indexed on 2010/03/16 5:56 UTC
Read the original article Hit count: 234

Filed under:
|

I got a <td> where two images () reside shown as follows. One is much higher than the other. How do I let the shorter one align to the top of <td />?

<td  style="padding-left: 0px; cursor: pointer; vertical-align: top;">
<img width="85px" src=".../xyz.png"/>
<img src=".../icon_live.gif" /> // shorter one
</td>

© Stack Overflow or respective owner

Related posts about css

Related posts about html