vote up 3 vote down star

My site has a drop-down menu built in CSS and JavaScript that drops down over a Flash animation. In IE (6&7) the drop-down menus drop over the Flash animation, however, in Firefox (2&3) the menus appear underneath the Flash animation. Is there any way to get this dynamic menu to flow OVER the Flash in Firefox?

In IE 7 menu appears over the Flash: alt text

In Firefox the menu appears under the Flash: (How can I fix this?!) alt text

flag

10 Answers

vote up 4 vote down check

Try setting wmode to transparent - see here

link|flag
vote up 0 vote down

Have you tried the iframe trick (i.e. floating an iframe behind the menu, thus putting hte flash layers behind.)

link|flag
vote up 0 vote down

The iframe-trick is only for IE (below IE7), so it probably would never help in Firefox.

I'd try to enable wmode=transparent, so that the Flash content won't get its own HWND

link|flag
vote up 0 vote down

Enabling wmode=transparent is the way to go. But also note, that Firefox in Linux does not obey that, and the flash will always be on top.

link|flag
vote up 0 vote down

Can anyone tell me how to float an iframe behind the menu to put the flash layers behind? We have the reverse problem (that menu won't show on top of flash in Explorer, but works in FF and Safari).

link|flag
vote up 1 vote down

hi, wmode=opaque seemed to work for me

I did it here:www.toolgal.com, hover over the products menu on the top navigation

Dan

link|flag
vote up 0 vote down

'vmode','opaque' worked for me too. Thank you so much for your help.

link|flag
vote up 0 vote down

the 'vmode','opaque' worked for me as well. thanks so much :)

link|flag
vote up 0 vote down

the 'vmode','opaque' worked for me as well. thanks so much :)

it is not "vmode" but it is "wmode". isn't it?

link|flag
vote up 0 vote down

Use z-index and set the menu to something like 100 and the flash movie to something in the negative like.....say -1.

Cheers

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.