height: 100% for
inside
with display: table-cell

后端 未结 7 1455
醉话见心
醉话见心 2020-11-29 21:44

Here is 2 column markup using display: table and display: table-cell CSS declarations:

7条回答
  •  一生所求
    2020-11-29 22:23

    In Addition to jsFiddle, I can offer an ugly hack if you wish in order to make it cross-browser (IE11, Chrome, Firefox).

    Instead of height:100%;, put height:1em; on the .cell.

提交回复
热议问题