NPAPI Z-order
Christian Frost <[email protected]> Mon, 22 Apr 2013 10:54:10 +0200
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <CAA=oPajY1V1NZx43pgARnkAv4B14=Ov79KH9T2J1Oo9QfOQzJA@mail.gmail.com> |
Hi I have made an NPAPI plugin that I need to control z-ordering of. My problem is that the plugin is used on a site where there is some HTML5 overlay that should be placed above the plugin. However, it is placed underneath. Is there any way to change the z-ordering from the plugin? My idea was to change the "style" attribute to something like style="z-index -1;" but I'm not sure if this will work. -- Regards Christian