如何定位灯箱/div 弹出窗口,使其位于 iframe 中视口的中心
如何定位灯箱/div 弹出窗口,使其位于 iframe 中视口的中心。
iframe 嵌入到来自不同域的 HTML 中。
How do i position a lightbox/div popup so that it comes in the center of the viewport in an iframe.
The iframe is embedded into a HTML from a different domain.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下所有更改均涉及 iframe 中加载的页面。
首先,将 div 添加到文档正文的底部。
然后,当您想要使用模态时,运行以下代码(在函数内):
注意两件事
试一试:)
All changes below are referring to the page being loaded in the iframe.
First, add the div to the bottom of the body of your document.
Then when you want to use the modal, run the following code (within a function):
Note two things
Give that a shot :)