How do I get a draggable jQuery UI dialog to appear on top of the Google Earth Plugin?

646 Views Asked by At

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?

1

There are 1 best solutions below

1
On

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