Chrome doesn't honor row height if rowspan is present

后端 未结 3 866
情书的邮戳
情书的邮戳 2020-12-17 07:13

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:



        
3条回答
  •  春和景丽
    2020-12-17 07:25

    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.

提交回复
热议问题