Click here to Skip to main content
15,907,677 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a problem in my webpage menu.
ITs dropdown menu.
having tabs look like this..

_________________________________________________
|Home | My Tech | Price | contact us | About Us |
_________________________________________________
|Asp.net |
----------
| Java |
----------
| PHP |
----------


My Tech has drop down list : 1)Asp.net 2)Java , 3) PHP

When i m put flash or imageslideshow below this menu the dropdown list hide behind flash or slideshow..plz help me
Thanks in advance.
Posted

you want html content on the top of flash ??
I am not sure if that possible as flash content active x object sits on the top of everything in the browser..

have you tried setting the param in your flash object like this
<param name="wmode" value="transparent">
</param>

A workaround that works for someone, see if that helps you.

also read this
 
Share this answer
 
v2
not working yaar tell another solutions
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900