1

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?

Fraser
  • 15,275
  • 8
  • 53
  • 104
Alkix
  • 155
  • 1
  • 11

1 Answers1

0

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

Community
  • 1
  • 1
Fraser
  • 15,275
  • 8
  • 53
  • 104
  • It's the same idea, but I was hoping someone would give me a jquery specific answer to the question, especially since the UI dialog has some implications, like dragability. I actually worked this out, I just need to clean up the code and post it. Thanks for your response, Fraser. – Alkix Mar 04 '11 at 08:10