将 Iframe 中的 Fancybox 置于父中心的中心
- 我在这里搜索过,但似乎以前没有类似的问题。
我的页面中有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 .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.