大家好,我是html的大三学生,我有一个关于css位置的问题:
首先是我的演示 html 代码
<div id="test-header"></div>
<div id="test-content"></div>
<input type="button" value="body">
我默认设置了“test-content” position: absolute
,“test-header”
但是当我使用 $("body").height() 来获取 body 的高度时,它只会提醒 "test-header" 的高度......</p>
那么为什么 count 不包括绝对元素的高度呢?
我怎么解决这个问题 ?