I am facing a challenge with 2 HTML tables that are positioned directly on top of each other. Each table has the same number of columns, however, the text within them may vary. Additionally, both tables can consist of multiple rows. My goal is to ensure that these 2 tables have consistent column widths so that the columns align perfectly. I am open to allowing the text in the columns to wrap if needed. Unfortunately, I cannot merge all the rows into a single table due to other constraints.
Is there a method to achieve this?
Please note that the solution only needs to be compatible with Firefox and the last 2 versions of IE.