Active
Project:
Modal Frame API
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2010 at 14:24 UTC
Updated:
15 Apr 2012 at 00:20 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| modalframe_issue.gif | 46.77 KB | Rosamunda |
Comments
Comment #1
Rosamunda commentedNote:
I´ve tried this, without any success:
.modalframe-page-wrapper { z-index:1; position: absolute; }Comment #2
cabbiepete commentedDid you try setting wmode = transparent for the video player?
Comment #3
Rosamunda commentedhmmm nope, didn´t try that out! THANKS! Testing now...
Comment #4
Rosamunda commentedI´ve tried adding wmode="transparent" to the iframe with the video, with no luck, the problem is still there...
Comment #5
mikou commentedIt 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.
Comment #6
KhaledBlah commentedThe 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.
Comment #7
Marko B commentedI am also having you tube IFRAME going over modal frame. Any solution for this?