Question:
I’ve a table inside another table in HTML/CSS – and I want the inside table be at height 100% of the surrounding table cell.Something like that (the pink table has 100% of the height):

That works fine in Firefox – but in Chrome I get this:

The code for both is:
I tried to keep it simple. But who gets it wrong? FF or Chrome? And how can I talk Chrome into drawing the inside table 100% in height?
Answer:
So, you want the table with class table-base to have 100% the height of the other table, that’s right?If so, I defined the height to 100% on that class.
Hope this helps. Regards
If you have better answer, please add a comment about this, thank you!