I need to place a div tag above literally everything else on the page. I’ve read that setting wmode param to opaque will do it, but also heard that that will only effect IE. Is this true? How do you do it?
Share
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.
In your flash applet tag, simply have this:
That should take care of it.
Note that the downside of this is it slows down rendering for both the flash movie and page elements, but shouldn’t be a problem in most cases.
Also, by including this as both an object param and an embed attribute, it works in all major browsers.
Edit, as per MidnightLighning’s comment:
Once the flash object is prepared in this way, you need to float the div over the page, like so:
Then create your CSS like this: