views:

161

answers:

1

I'm trying to use the simple modal jquery library on a page and the modal popup is being hidden behind an embedded youtube object on my page. I tried messing around with z-index, but couldn't figure this out. Any suggestions?

+2  A: 

From the simple modal page:

To prevent Flash objects from "bleeding through" the dialog, make sure to set the wmode property for your object and embed elements to either opaque or transparent (reference).

Karim
Karim is correct - you need to modify the flash embedding code.
Eric Martin