Boris Zbarsky wrote:
That's correct. See http://www.w3.org/TR/CSS21/tables.html#separated-borders paragraph 3, last sentence:

Rows, columns, row groups, and column groups cannot have borders (i.e., user
agents must ignore the border properties for those elements).


If you set the border-collapse property on that table to "collapse", the border will show.

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.
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to