Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS / JavaScript Navigation Menu on top of Flash in Firefox

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?

alt text

In IE 7 menu appears over the Flash:

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

alt text

like image 438
GOOT Avatar asked Sep 12 '08 04:09

GOOT


1 Answers

Try setting wmode to transparent - see here

like image 55
Cebjyre Avatar answered Sep 28 '22 17:09

Cebjyre