0

my flv videos remain in the foreground hidding a part of a fancybox window; this one should be on top. It occurs only in IE and works properly in firefox and chrome

  • Could you share some code / a link so we can see the problem you're describing – Simon Martin Nov 23 '12 at 16:21
  • possible duplicate of [fancybox jquery plugin opening but youtube video still visible in background](http://stackoverflow.com/questions/12883040/fancybox-jquery-plugin-opening-but-youtube-video-still-visible-in-background) – JFK Nov 23 '12 at 19:39

1 Answers1

0

Set wmode="opaque" to your background videos. Also check that you have set a proper DOCTYPE so IE won't run in quirks mode.

JFK
  • 40,963
  • 31
  • 133
  • 306