Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX control is overlapping everything!!

Status
Not open for further replies.

MoonKang

Programmer
Sep 26, 2000
1
CA
I have rollover pulldown menus which need to overlap my ActiveX control (Outlook View Control). I've tried putting everything in different layers using <div> tags and z-layer, but the control always stays on top.

Is there a way to control this using vbscript/jscript, or is there a parameter that sets the z-layer position?

Thanks! [sig][/sig]
 
We have exactly the same problem with a system where i work. The only solution i have found for this is to set the visible property of the ActiveX control to false whenever a menu is pulled down and to set it back to true when the menu goes away.

Travis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top