I have a problem with drop down menus and flash. The flash is positioned under the menus and each time the menu drops down it goes behind the flash. Is there any way of over coming this. [sig][/sig]
What is the Dropdown menu made in (Flash, Java/JavaScript, etc)? Are you using <div> tags to arrange the DropDown Menu and Flash movie? Try to be a little bit more specific . [sig]<p>Napalm 2000<br><a href=mailto:hlechler@hotmail.com>hlechler@hotmail.com</a><br><a href=
Thanks for your response the following are the details that you require.
The drop downs are done with HTML and Javascript, using <div> tags and
layers to display/hide the drops.
The Flash is also positioned with <div> tags and should be visible on the
page all the time (except when the drop down menu appears - the menu should
be on top of the Flash).
Your div tags should have a parameter called z-index which controls the position of the layers. I think that the layer in your movie has a lower value than the menu and that makes it be in front. Change the z-index inside the div tags and make your menu z-index=1. If you don't have the z-index parameter, add it.
Thanks for the suggestion but I'm afraid that I,ve tried this already. It still drops the flash in front of the drop down. Any further suggestions welcome.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.