how to size a div's height to its container height, using CSS?

后端 未结 14 2127
太阳男子
太阳男子 2020-12-16 19:34

How to size a div\'s height to its container height, using CSS ?


  
14条回答
  •  轮回少年
    2020-12-16 19:42

    You can either:

    • use the incomplete but philosophically correct path of pure CSS and face every kind of incompatibility between browsers

    or

    • write 3 lines of dirty semantically incorrect and devil made table and have it work perfectly everywhere

    Your pick :)

提交回复
热议问题