Hi there!
I´ve got a modalframe window, that opens ok, but when there is some video content on the page, the window opens below that content instead of over it.
I´ve attached an image of what I mean.
I would appreciate some help :)
Thanks!!

Rosamunda

CommentFileSizeAuthor
modalframe_issue.gif46.77 KBRosamunda

Comments

Rosamunda’s picture

Note:
I´ve tried this, without any success:
.modalframe-page-wrapper { z-index:1; position: absolute; }

cabbiepete’s picture

Did you try setting wmode = transparent for the video player?

Rosamunda’s picture

hmmm nope, didn´t try that out! THANKS! Testing now...

Rosamunda’s picture

I´ve tried adding wmode="transparent" to the iframe with the video, with no luck, the problem is still there...

mikou’s picture

It is not only an issue with ModalFrame.
Flash embedded videos appears on top of everything whatever the z-index you give to the div.
I've never understood why and how to figure it out. But it is not only a ModalFrame issue.
I'm interested in the solution.

KhaledBlah’s picture

The problem does not only concern flash but also Java applets. It's solution: "iframe shim". However, this module like the jquery_ui_dialog module do not incorporate the iframe shim which I would need to have in order to use any of them.

Look here
http://gmaps-samples.googlecode.com/svn/trunk/streetview/iframeshim.html
and here
http://www.oratransplant.nl/2007/10/26/using-iframe-shim-to-partly-cover...
to learn more about it.

Marko B’s picture

I am also having you tube IFRAME going over modal frame. Any solution for this?