如何让可拖动的 jQuery UI 对话框出现在 Google 地球插件顶部?
Zindex 不起作用。 iframeFix 变量似乎也不起作用。该页面似乎不会在插件之上呈现任何内容。
想法?
Zindex won't work. The iframeFix variable doesn't seem to work either. The page won't seem to render anything on top of the plugin.
Thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Api 或 Dom 中都不直接支持在 div 上覆盖“z 索引”。使用“iframe shim”技术是标准的解决方法,尽管透明度可能很棘手。
http://earth-api-samples.googlecode。 com/svn/trunk/demos/customcontrols/index.html
...不确定这是否是重复的问题...
如何在 Google 地球插件上放置 html div?我想涉及到wmode
The there is no direct support for overlaying 'z-indexing' a div either in the Api or Dom. Using the 'iframe shim' technique is the standard workaround although transparency can be tricky.
http://earth-api-samples.googlecode.com/svn/trunk/demos/customcontrols/index.html
...Not sure if this is a duplicate question or not...
How can I place a html div over the Google Earth plugin? Involves wmode, I imagine