How to get the height of a DIV considering inner element's margins?

前端 未结 11 3342
日久生厌
日久生厌 2021-02-20 04:20

Consider de following markup:

11条回答
  •  猫巷女王i
    2021-02-20 04:36

    If you can set the outer div to style display : inline-block; then scrollHeight will include the margins of child elements.

    It will also work if you set style display : flex; (supported by IE 9+)

提交回复
热议问题