Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
也许这是一个愚蠢的问题,但我想知道是否有一个“power”函数可以让我得到一个 div 的真实高度,还计算“display:none;” 其上每个元素的高度。
这只是一个梦吗?
我会说你要求的高度比实际显示高度更“真实”。你有几个选择:
visibility: hidden
position: fixed; top: 100%
http://jsfiddle.net/jrrdp/1/