Jump to content

[SOLVED] Flash covers up my css drop down menus


rxbanditboy1112

Recommended Posts

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!!!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.