I have a table layout that is divided into four columns, two of which are for filling. In most browsers, it works fine, but at least on IE9 in normal mode and compatibility mode, the cells are not the size they should be.
I tried defining the width of both the attributes and the CSS styles, but it doesn't seem to help. See the script for a demonstration.
I want to:
+------------------------------------------+
| 320 | 20 | 39 | 320 |
| | | | |
+------------------------------------------+
I get: (rounded, decimal values)
+------------------------------------------+
| 324 | 19 | 34 | 321 |
| | | | |
+------------------------------------------+
With actual content instead of filler material, the difference is even more exaggerated, the leftmost column is 357 and the rightmost is 299 pixels wide.
, . .
HTML, .