Firefox的clientHeight和scrollHeight
我在检测 div 内的溢出时遇到问题。我正在使用 firebug 来调试我的 html。
在我的 firebug 中,我看到我的 div 具有相同的 clientHeight 和scrollHeight,即使 Firefox 使用垂直滚动条渲染它(这应该意味着scrollHeight > clientHeight 对吧?)
这是一个已知的错误吗?我还没有用其他浏览器测试过。 有什么解决方法吗?
仅供参考,我的 div 是溢出:自动,我使用的是 Firefox 6.0
I am experiencing problem with detecting an overflow inside a div. I'm using firebug to debug my html.
In my firebug I see that my div has the same clientHeight and scrollHeight, even though Firefox rendered it with a vertical scrollbar (which should mean the scrollHeight > clientHeight right?)
Is this a known bug? I haven't tested it with another browser.
Are there any workaround for this?
FYI my div is overflow:auto and I'm using Firefox 6.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论