All Active content on a page will always rise to the top, so to speak,
including Flash, certain form elements, Java applets, and Active X controls.
This means that each of these will poke through layers. There is not a good
cross-browser/platform reliable way to solve this issue, but if you can be
confident in your visitors using IE 5+ or NN6+ (Windows only), then you can
use the Flash
wmode parameter. It doesn't work in all browsers (NN4) or platforms (Windows
only) but it's implemented in the latest netscapes:
http://devedge.netscape.com/
MM articles:
http://www.macromedia.com/support/flash/ts/documents/flash_top_layer.htm
http://www.macromedia.com/support/flash/ts/documents/wmode.htm
Aziz's solution -
http://www.bezworks.com/lab/opaque.htm
You would be well advised to lose both the pop-up menus *and* the Java
applet, however.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"AllyBallyBee" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I've created a pop-up menu, which pops up over a java applet on the page.
The
problem is, the java applet appears on top of the menu, although the menu
should be on top of the applet (if you see what I mean). I've also noticed
that
this problem occurs with certain types of form field, such as drop-down
menus.
Does anyone have a solution to this?
Thanks! |