This doesn't make sense to me.
I have a table whose height is 100px with three rows.
Row 1: 39px high
Row 2: 22px high
Row 3: 39px high
39px + 22px + 39px = 100px
The second cell of the first row spans all 3 rows with an image. The result should be a black bar through an image (part of the black bar is in the image).
Web page located at
It displays perfectly in IE 7, Chrome, Safari, and Opera - but NOT Firefox!
I've run it through the HTML and CSS validators and there are no errors.
If I remove the height declaration on the third row - it works fine in all the browsers except for IE.
Any ideas on how to fix this problem? I'd like to try and avoid IE conditional comments - but if that's the only way out then I suppose that will work.
I have a table whose height is 100px with three rows.
Row 1: 39px high
Row 2: 22px high
Row 3: 39px high
39px + 22px + 39px = 100px
The second cell of the first row spans all 3 rows with an image. The result should be a black bar through an image (part of the black bar is in the image).
Web page located at
It displays perfectly in IE 7, Chrome, Safari, and Opera - but NOT Firefox!
I've run it through the HTML and CSS validators and there are no errors.
If I remove the height declaration on the third row - it works fine in all the browsers except for IE.
Any ideas on how to fix this problem? I'd like to try and avoid IE conditional comments - but if that's the only way out then I suppose that will work.