Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2320
WebMenu hidden behind ActiveX object
posted

Our mainpage has a WebMenu at the top.  There is also a ActiveX object embedded in the page.  In IE, the webmenu will correctly drop overtop of the ActiveX window.  In Firefox, it hides behind the activeX control.

Is there any way around this?

We are using version 8.1

Parents
No Data
Reply
  • 4493
    posted

    Hello,
    Unfortunatelly this behavior depends on the ActiveX object. If it is a Flash movie for example, there is a setting for the Flash movie, in order to let it fall behind other z-ordered elements. The parameter is "wmode" and the value is "transparent". Should one fail to add this parameter to a flash object, it will always be on top of all other elements on page (disregarding the z-Index order). Probably there is going to be a similar solution for the ActiveX object you are using.

    Hope this helps

Children
No Data