Align Image to Bottom of Table Cell in IE with CSS
Sometimes you might set the table cell to “valign=bottom” to place an image at the bottom of a table cell but a space of 1 or 2 pixels is still appearing at the bottom in Internet Explorer. A quick way to fix that is to apply the CSS declaration “vertical-align: bottom;” to the image itself.
Comments
One Response to “Align Image to Bottom of Table Cell in IE with CSS”
Leave a Reply
thanks a lot, it really helped a lot