How to have html table's height = height of parent div when div's height is not set
- by Tony_Henrich
I have an html table, inside of a div. The div's height is based on other elements in the div.
How can I have the table's height be equal to its parent div's height?
(table height: 100% won't work because the div's height is not set)