User (Legacy) Posted March 18, 2004 Report Share Posted March 18, 2004 I have a dropdown menu (Coolmenu4) on my page. The problem is that the menu is behind the ChartFX object. Is there any way to set a z-index on the ChartFX object or hide it using style.visibility="hidden". Link to comment Share on other sites More sharing options...
Software FX Posted March 18, 2004 Report Share Posted March 18, 2004 This is a "bug" in internet explorer it seems. ActiveX controls are ALWAYS on top of everything. I'm not an expert in DHTML but I don't think there is way to bring a menu on top of an ActiveX control. -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 23, 2004 Author Report Share Posted April 23, 2004 I found a solution using visibility. <%= ChartFX1.GetHtmlTag(680,300,"auto","ChartFX1") %> then I can use document.all("ChartFX1").style.visibility = "hidden" document.all("ChartFX1").style.visibility = "visible" to set the visibility of the object. If you do not suply a name ("ChartFX1") in GetHtmlTag, then the object is named "Chart1" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.