Skip to main content

floating DIVs and Flash 88 Responses

Last post: 1 year, 7 months ago | Thread started: Mar 9, 07, 1:31 p.m.

RespondNew TopicDisable Images

  • fifty50

    i'm working on a navigation system with drop-down (floating) DIVs. on some pages, the floating DIVs will have to be displayed over Flash SWFs. After placing the SWFs, I've realized that the floating DIVs are no longer visible. I've tried making the z-index of the floating DIV something like 1000 but it still doesn't display over the Flash SWF. is there a fix for this or am I screwed?

    Mar 9, 07, 1:31 p.m. – Permalink
  • version3

    there are hacks and z-index support but there is not an all browser solution. try another approach. in your words, "you are screwed"

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 1:41 p.m. – Permalink
  • fifty50

    great.

    FUCK.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 1:43 p.m. – Permalink
  • fifty50

    panic time averted. sorry about that, i've had too much caffeine. I did a quick google search and found that if you use the following piece of code on your Flash SWF then you can display floating DIVs over the Flash file:

    also insert this parameter into your tag:

    wmode="opaque"

    it works!

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 1:50 p.m. – Permalink
  • fifty50

    for some reason, this didn't show up in my previous comment:

    param name="wmode" value="opaque"

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 1:51 p.m. – Permalink
  • jpea

    as was said though, it doesn't work in all browsers

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 1:58 p.m. – Permalink
  • version3

    not all browsers support it but believe what you will, you are not the first to ask this questions.

    i was part of a 10 man two month effort to solve this issue, while i'm no genius, alienating browsers is something i will never do. be careful have fun

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 2:01 p.m. – Permalink
  • fifty50

    well, I tried it in IE, Firefox and Safari and it works just fine. Opera is another story...

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 2:05 p.m. – Permalink
  • fifty50

    wow... k thanks v4

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 9, 07, 2:06 p.m. – Permalink

Login or Register to respond to this

Skip to main content