I have a <td>
that is just about empty since it only contains an
. The height I'm trying to enforce is 110 pixels, but for some reason the table cell is rendered with a height of 182.317 pixels. Why?
There are a few things I already checked:
- The
font-size
that applies to the non-breaking space isn't set to something that cannot fit into the table cell. - There's no table cell on the same row that needs to stretch in order to fit its content into that cell.
- There's no piece of CSS code that overwrites the height I want with the inexplicable value of 182.317 pixels.
What else could be the culprit? The cell renders with the expected height in Chrome, but it messes up in Firefox 3.6. The rendering mode is XHTML 1.0 Strict (yes, I did validate).
Update: you can view and analyze the page at http://labs.pieterdedecker.be/vspwpg/. The <td>
I'm talking about is leftbartop
.