In article <10*************@corp.supernews.com>, usenet3
@julietremblay.com.invalid says...
Daniel Jung wrote:
I want images in table rows connect vertically.
First, read:
http://devedge.netscape.com/viewsource/2002/img-table/
Nice reading, but doesn't really answer my question. I have to have a
transitional doctype declaration. And I changed it from table to div
btw.
Then, make sure you have border-collapse: collapse; set
http://www.w3.org/TR/CSS21/tables.ht...order-collapse
I put that in the style section which I submitted previously. So that's
taken care of.
All images are 32 px in height.
No matter what their dimension is.
Not really, since an img with 33 px height would cause a 1 px gap for a
32 px height img (optically). To make sure that that is not the error
source, I specified all imgs 32 px height. (redundantly, I know, since
even IE wouldn't have rendered it the way it does, as I said, and made a
screenshot of).
- daniel