Jump to content

[SOLVED] Flash swf Hiding my dropdowns


pquery

Recommended Posts

I've built a dropdown navigation system using ul's and divs which can switch back and forth between vertical navigation and side navigation depending on the stylesheet but for some reason the flash swf seems to hide the dropdown navigation.

 

I've tried to put it in a negative Z-index on the div that holds the swf, but that didn't work, this isn't a problem on any other page. The dropdown is totally css with the csshover.htc (no javascript)

 

see what's happening http://adam.nowyouknow.net/index.php?file=slideshow.html

 

any suggestions would be welcome!!

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/87806-solved-flash-swf-hiding-my-dropdowns/
Share on other sites

After looking at some other posts I've added:

<param name="wmode" value="transparent">

 

and wmode="transparent"  inside the <embed src=”etc.”> tag. but I'm still not having a lot of luck, I've tried making the ul li part of the menu position:absolute; but that just hid the top part of my menu, currently I have the movie in a div that set a z-index of -10 and the menu is set to a z-index of 3 so I'm stumped here  ???  it's not working in either FF or IE any version

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.