Can you provide the full html code? At first glance It looks as though defining position: relative; or position: absolute; to the object and/or embed might solve this.
Main Topics
Browse All TopicsI have a menu that opens either videos or pdfs into an iframe. It is a very user friendly way of helping my users go through out content and the videos pertaining to the content. The only problem is that when I embed a pdf file it covers the drop down menus to navigate to other docs.
This is my page structure
************************dr
--------------------------
_____________video or pdf embeded___________
I need to figure out a way to get the drop down to appear over the pdf. I have gone through all the work arounds in the search engines. There is one to make it hide the pdf when being moused over, I cannot allow that one.
I have tried the classic approach of how to do this with flash (setting wmode to transparent), and it doesn't work for PDFs.
Please help! Thank you very much.
Here is my embed code for the PDF:
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I can't do it from an iframe as a drop menu can't drop outside of the iframe's boundaries.
I can't seem to get it to work with your suggestions still. Sorry, can't supply all the code. Thanks for your help, but like other posts have said, it isn't possible because "The problem occurs because both .doc and .pdf are using their native programs for display - neither one is native to the browser. I don't know of any workaround available today." source = http://www.webmasterworld.
For now I think I will have to move away from using PDFs unless someone is certain on a solution.
The problem is legacy version of IE give iframes a z-index of infinity. The only way to truly solve this problem is to place an iframe on top of an iframe, so it has a z-index of infinity plus one. The menu code has to be BELOW the other code or has to be parsed with JavaScript after the other iframe was rendered.
->> I can't do it from an iframe as a drop menu can't drop outside of the iframe's boundaries
Actually, you can. Look for a drop down menu with IE5 support, and it should do the trick. Here is an example:
http://dhtmlgrounds.wordpr
http://br.geocities.com/ro
Business Accounts
Answer for Membership
by: hankknightPosted on 2009-04-08 at 17:56:06ID: 24103352
If you want this to work with all browsers you will need to place the drop down menu inside an iframe.