我正在为网站使用绝对定位。用户有个人资料,他们写的文本量会有所不同。
如何div
根据显示的文本量动态更新元素的高度,即。更改div
高度以动态适应内容。
<div class="profileContainer">
<h3 class="profileText">
Here is the text - this could be 1000px height plus
</h3>
</div>
我知道 jQueryheight()
方法,但我不确定如何计算给它的数字 - 即。如何找出文本的高度。