In article <[EMAIL PROTECTED]>, Rob Hoopman <[EMAIL PROTECTED]> wrote:

>> The default is baseline and would explain the extra pixels you are seeing.
>I thought this would not be an issue seeing that the td height attributes
> exactly match the height of the images for that row.

It's an issue because it aligns to the baseline of text, so if you have the 
following:

dropped <img src="..">

With "img {vertical-align: baseline}" the bottom of the image will align to 
the bottom of the d (the default), with "img {vertical-align: bottom}" it 
aligns to the bottom of the p.
 
I imagine the space occurs because the image is an inline element within the 
table cell.You could probably also get rid of it by changing the image to 
display as a block element.

ian.

 \ /
(@_@)  http://www.eclipse.co.uk/sweetdespise/ (dark literature)
/(&)\  http://www.eclipse.co.uk/sweetdespise/libertycaptions/ (art)
 | |

Reply via email to