Hi All,
I have a page containg
1. Vertical menu at the top
2. next line of the page
pdf displayed using tag on the left side
buttons menu which upon click will display dialog box created
using divs.
The issue is, these vertical menu and dialog boxes are displayed behind the PDF object. I tried below solutions but no luck.
1. wmode=opaque in param tag
2. iframe to display pdf
3. ul/li along with with display=none
4. highest z-index value for dialog boxes and menu
5. overlay pdf object with color/image and display the menu or dislog box
I also read that pdf do not support wmode.
So could you plz help us with better solution.
Thanks in advance.
Kavitha
People tend to try the "iframe shim" technique when they need to force a non-DOM plugin into the DOM stack, but it's notoriously unreliable, especially in Opera. Google for it, but don't expect too much. The other option is to convert the PDF into Flash (using one of the many tools and services out there), as z-ordering SWFs is a much more reliable task.