Forum Moderators: open
The problem is that Firefox wants to set everything left justified in the nested table, which is set in the main table's right <td> (Both tables are two columns with multiple rows).
The only thing I can figure is that Firefox is seeing the main tables positioning, which is default, and even though the main table's <td> where the nested table is is set to center, and the nested table itself is set to center, Firefox collapses everything in the nested table to the left, as if the table was set to 1 px. I have images in the nested table <td> so it won't collapse completely, but it destroys the design.
Thanks
[edited by: BlobFisk at 9:05 am (utc) on June 16, 2005]
Without this full DTD (including the URL to the W3C), the browser renders the code in quirks mode [webmasterworld.com] which is volatile and undependable and which is probably the cause of the discrepancy between FF and IE.