Hi!

on Wednesday, December 14, 2005 at 12:17 Eoin Maguire wrote:

>    I'm having an issue with extra spacing being added. I've got a table with
> two rows, one with an image in it and the next row with css borders on the
> left and right. These borders are supposed to match up vertically with the
> borders in the image above. However, in IE there's an extra space added
> between the image and the ensuing borders, in Firefox it works fine. 

Probably your image is inline. Try

table tr td img { display: block; }

or something similar.

regards

  Martin

 



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to