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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.