将 Iframe 中的 Fancybox 置于父中心的中心

发布于 2024-10-15 22:58:20 字数 310 浏览 2 评论 0原文

  • 我在这里搜索过,但似乎以前没有类似的问题。

我的页面中有一个 iframe。在 iframe 上,有一个 fancybox 弹出窗口。 但 fancybox 是根据 iframe 维度而不是父维度来居中的。 我可以使 fancybox 按父级的尺寸居中吗?

例如,请检查此网址 http://www.xrvel.com/sub/q/

然后单击“单击我” " 链接,fancybox 将居中于 iframe 文档的中心。

  • I've searched on here but it seems there was no question like this before.

I have an iframe in a page. On the iframe, there is fancybox popup.
But fancybox centers itself based on the iframe dimension, not the parent dimension.
Can i make the fancybox to center by the parent's dimension?

For example please check this url
http://www.xrvel.com/sub/q/

And click the "Click me" link, and the fancybox will be centered on the center of the iframe document..

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

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

发布评论

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

评论(1

脱离于你 2024-10-22 22:58:20

您可以使用 .contents() 方法来访问 iframe 内容。
此外,您还应该在父文档中准备 fancybox。单击 iframe 中的链接后,您可以将 iframe 链接中的任何内容加载到 fancybox 中。

You can use .contents() method to get access to iframe content.
Also you should prepare fancybox in the parent document. After clicking on the link in iframe, you can load into your fancybox any content from iframe's link.

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