Mistral π€ Posted January 22, 2008 Share Posted January 22, 2008 http://parrisstudios.com/hightower/index.php Β so if you look at this page using firefox (it probably also happens in IE), try hovering over the drop down menus once the flash file starts. The drop down menu will fall under the flash animation as if the animation is hovering on top of the page. Are there any quick fixes for this? Will z-index work for the div with the flash if i use a negative number? Β Thanks!!! Quote Link to comment https://forums.phpfreaks.com/topic/87141-solved-flash-covers-up-my-css-drop-down-menus/ Share on other sites More sharing options...
Mistral π€ Posted January 22, 2008 Author Share Posted January 22, 2008 It works in IE 6.0 I have also added the param name="wmode" value="transparent" Quote Link to comment https://forums.phpfreaks.com/topic/87141-solved-flash-covers-up-my-css-drop-down-menus/#findComment-445710 Share on other sites More sharing options...
Merlin π€ Posted January 22, 2008 Share Posted January 22, 2008 Β Have you set your menu's position to absolute and set the z-index higher then the z-index of the flash movie (if you have not set the z-index for the flash movie; it will have a z-index of "1")? Quote Link to comment https://forums.phpfreaks.com/topic/87141-solved-flash-covers-up-my-css-drop-down-menus/#findComment-445766 Share on other sites More sharing options...
Mistral π€ Posted January 22, 2008 Author Share Posted January 22, 2008 I tried z-indexing and absolute positioning... THat didn't work. So i checked around. Apperently flash ignores those and would always be on top. I kept looking apperently I needed another parameter for the embed tag: wmode="transparent" Β So my code needed: <param name="wmode" value="transparent"/> and for the embed tag, which i just found out wmode="transparent" . Β The 2nd fixed it for firefox. The first i suppose only for IE and also I needed to correct something in the way I published the flash file by changing some export setting to window mode -> transparent windowedΒ (its different, in other versions but all would be able to figure it out) Β Thanks for your help. I hope this also helps other people. Quote Link to comment https://forums.phpfreaks.com/topic/87141-solved-flash-covers-up-my-css-drop-down-menus/#findComment-446240 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.