Search code examples
jqueryblockui

blockUI and flash content in IE


i am using blockUI to show content in modalbox. On my content page there is a flash video. In FF When the blockUI is active it overlaps everything including flash video, but in IE, flash video is overlapping the blockUI box. How to solve this issue in IE?


Solution

  • You will have to use the object's wmode property to make it appear in front.

    See this for more information.