I have a problem with a flash object placing itself on top over everything in IE6 and IE7.
Firefox renders the page correctly.
I bet somebody else has had this problem and found some kinda solution to it.
I have a problem with a flash object placing itself on top over everything in IE6 and IE7.
Firefox renders the page correctly.
I bet somebody else has had this problem and found some kinda solution to it.
Because Flash runs inside an ActiveX control in IE browsers, it doens't follow the stack rules since ActiveX controls are always rendered on to of normal HTML content (except for drop down, annoyingly).
There is a workaround though to force Flash to obey, set the wmode="transparent" in your object tag, and optionally the embedded tag too.