灯箱出现在框架上
我在向其添加功能的网站上遇到问题,不幸的是它有一个框架集,其中包含许多框架。我想让我的灯箱全屏显示在所有框架上方 - 有什么办法可以做到这一点吗?灯箱将从子框架之一启动。我可以完全访问代码,但除了灯箱本身之外不能使用 iframe。
谢谢, 科林.
I have a problem with site I'm adding functionality to, unfortunately it has a frameset with a number of frames within it. I want to make my lightbox appear above all the frames, full screen - is there a way I can do this? The lightbox will be launched from one of the child frames. I have full access to the code but cannot use iframes except for the lightbox itself.
Thanks,
Colin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
执行此操作的唯一方法是将灯箱拆分为每个框架,以便所有框架一起看起来像一个无缝叠加。
否则,叠加层将仅应用于其所在的帧。
The only way to do this is to split the lightbox into each of the frames, so that all the frames together look like one seamless overlay.
Otherwise, the overlay will only apply to the frame that it is in.