Tables with 'border-collapse:collapse' CSS applied are positioned 1px too far up and to the left when rendered in standards compliance mode. They are no such positioning issues in quirks mode, or when the table does not have collapsed borders.

I don't know if this properly reflects the internal layout data, but the DOM Inspector displays correct box model information for the table, it's just rendered wrong.

Example:
In the following examples, a <div> tag wraps each <table>, the div has a blue border, the table has a red border.


http://qirexrd.europe.webmatrixhosting.net/gecko/test_sc.htm (SC rendering)
http://qirexrd.europe.webmatrixhosting.net/gecko/test_q.htm (Qirks rendering)
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to