tags:

views:

106

answers:

1

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.

See this for more information.

Sarfraz
I dont want to show flash video on top
coure06
@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
Its only creating problem in IE
coure06