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 blo开发者_Go百科ckUI 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?
You will have to use the object's wmode
property to make it appear in front.
See this for more information.
精彩评论