How can I place a html div over the Google Earth plugin? Involves wmode, I imagine

后端 未结 5 1953
Happy的楠姐
Happy的楠姐 2020-11-29 09:32

I\'m having trouble laying a html div over the Google Earth plugin in a web application, any help would be appreciated.

It\'s fine for Map, Terrain

5条回答
  •  爱一瞬间的悲伤
    2020-11-29 10:00

    If it is a plugin, then you cannot reliably place other elements over the top of it. Browsers usually let go of most of their ability to 'layer' elements when plugins are involved.

    I guess an Iframe may be a way around it, as long as you check that this still works on most browsers.

提交回复
热议问题