I probably should have stated, the borders are collapsed. It's only if the 'tr:last-child' selector is used to apply the border to the last row that it fails, 'tr' and 'tr:first-child' work fine. See the example in my last post.
You're indeed right, and my apologies. In fact, the bug is pretty obvious with the following minimal testcase:
<table style="border-collapse: collapse">
<tr><td></td></tr>
<tr style="border: 30px solid red">
<td>Test</td>
</tr>
</table>The bottom border doesn't get drawn. Note that the first row that has no border there _is_ required....
I've filed bug 254538 on the problem.
-Boris _______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
