Place HTML elements over Webplayer?

Anyone know if it is possible to place HTML elements over the web player?

I only ask cause I did this with flash and it gave some great results and wanted to do the same with unity.

Depends on the element

iFrame: yes depending on the browser
Div: only on webkit browsers on osx
flash: nope

You might be able to fake it by placing the Unity player within an iframe of your web page. In the encompassing frame, absolute position something above that iframe. But as dreamora said, your mileage may vary.

That’s a hell of a lot better than no.

Thanks - I’ll try it.

edit:

No go. Iframe over content, iframe over Iframe, content over iframe.