Jeff Schmidt wrote:
1) Most noticably - the borders of the table are kind of screwed up.
There's 'gaps' in the rendering of the border that I don't believe
should be there with the stylesheets I've used.
It's apparently a problem with the border-collapse paint code.
Bugzilla isn't turning up anything similar, so you should probably
file a bug. Please CC me and Bernd Mielke (bernd_mozilla(at)gmx.de).
2) The left most column - I put a <col> tag in the table for the first
column of the table, and gave it a class. I then use stylesheets on the
class to try to get the text headings for each row to align top-left in
the cells. This works in IE, but not in Moz.
This doesn't work because the table cells are not children of
the <col> element. (<col> is an empty element) In CSS,
inheritance only works through the document tree.