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?
A:
You will have to use the object's wmode
property to make it appear in front.
Sarfraz
2010-04-14 07:23:52
I dont want to show flash video on top
coure06
2010-04-16 09:09:35
@coure06: If you don't want that on top you may still need to specify the proper attribute so that it is not shown on top or you may also want to give the z-index css property to the element that you want to show on top.
Sarfraz
2010-04-16 10:06:14
Its only creating problem in IE
coure06
2010-04-16 20:24:13