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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash always appears on top

Status
Not open for further replies.

shakey

Programmer
Oct 5, 2000
3
GB
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= 2000's Domain</a><br>[/sig]
 
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).

Thanks in advance for your help



[sig][/sig]
 
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.

I hope that helped.

Ferhelping [sig]<p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br> [/sig]
 
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.

[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top