• I know that there is an issue with this lightbox sitting behind all Flash items embedded, but this is sitting behind ALL of the content on my page and I’m not sure how to correct this.

    Any ideas?

    The site I am working on isn’t live yet, so I cannot post a link. If you need a screenshot, I can do that.

Viewing 1 replies (of 1 total)
  • In your embed code, add “wmode=”opaque” in the parameters.
    <param name=”wmode” value=”opaque” />

    Example :

    <object type="application/x-shockwave-flash" data="http://www.youtube.com/v/DNJXvUL8eTI&color1=0x626262&color2=0x6AC8E6&rel=0&fs=1&showsearch=0&showinfo=1&version=3&modestbranding=1&autohide=1" width="590" height="360" id="vvq-6187-youtube-1" style="visibility: visible; "><param name="wmode" value="opaque"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"></object>

Viewing 1 replies (of 1 total)
  • The topic ‘Lightbox Sitting Behind ALL Content’ is closed to new replies.