I want to make a table with a cell that spans on two rows. The second row must have the height size as minimum as possible. Example:
html:
-
Answer from Lucas Malor almost works.
It happens that IE doesn't respect table height=100% :(
For me solution was easy, I just set height in pixels, because I know height of first column.
- 热议问题