Click to See Complete Forum and Search --> : Firefox/Ie woes - cells are different sizes I think


petermidi
01-22-2007, 01:01 PM
Hi there,
I'd really appreciate it if someone could have a look at this.
I have a logo in a cell with a background colour.
In IE the logo appears 'clean' - in firefox, a strip of the cell's background colour can be seen running along under the image.
I have a feeling it's something to do with borders/margins/padding - but I just cannot isolate the issue.
thanks for any suggestions!
Peter

Fang
01-22-2007, 01:10 PM
http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps

petermidi
01-22-2007, 07:21 PM
Genius!
td img {
display: block;
}

...is all that it took.
Thank you
Peter