How can I get cross-browser consistent behavior for TR heights within a table with a set height? [migrated]
- by Dan
I have an arbitrary number of tables with an arbitrary number of rows in each, and all tables are the same height. My initial approach was to just set the overall height of the table and hope the rows were smart enough to distribute themselves appropriately. That's not the case.
I have 4 different behaviors going on with 4 browsers, but I need…