确定 Mozilla 4 内容区域的边界矩形

发布于 2024-11-25 10:43:16 字数 145 浏览 0 评论 0原文

在 Firefox 4 之前的版本中,Web 内容包含在“MozillaContentWindowClass”类的窗口中。在较新的版本中,整个窗口是基于内容的,包括工具栏等。任何人都可以建议必要的 Javascript 代码来确定 Web 内容的边界矩形(或至少垂直偏移)吗?

In versions of Firefox prior to 4, the web content was contained in a window of class "MozillaContentWindowClass". In the newer versions, the entire window is content-based, including toolbars, etc. Can anyone suggest the necessary Javascript code to determine the bounding rectangle (or at the very least the vertical offset) of the web content?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

彡翼 2024-12-02 10:43:16

getBrowser().selectedBrowser.getBoundingClientRect()

getBrowser().selectedBrowser.getBoundingClientRect()

假装爱人 2024-12-02 10:43:16

window.innerHeight 将为您提供视口的高度,包括水平滚动条(如果有)。

window.innerHeight will give you the height of the viewport including the horizontal scrollbar (if any).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文