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
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