CSS menus with Flash Content
Filed in Shendy's Dev Corner on Jan.06, 2009
I ran into a problem with a CSS menu (Suckerfish with Joomla) not appearing over top of flash content.
If you’re running into this problem just make sure the wmode property of your embed is set to "transparent".
With SWFObject:
so.addParam("wmode", "transparent");
Hope that helps,
Shendy.
