pquery Posted January 25, 2008 Share Posted January 25, 2008 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!! Quote Link to comment https://forums.phpfreaks.com/topic/87806-solved-flash-swf-hiding-my-dropdowns/ Share on other sites More sharing options...
pquery Posted January 25, 2008 Author Share Posted January 25, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/87806-solved-flash-swf-hiding-my-dropdowns/#findComment-449167 Share on other sites More sharing options...
pquery Posted January 25, 2008 Author Share Posted January 25, 2008 I solved it, I put the embed tags on the wrong swf Quote Link to comment https://forums.phpfreaks.com/topic/87806-solved-flash-swf-hiding-my-dropdowns/#findComment-449173 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.