Note that there are some explanatory texts on larger screens.

plurals
  1. POEmbedded PDF overlapping menu in FireFox
    primarykey
    data
    text
    <p>I'm pretty much at my wits end with this issue. I've been searching for a while and though I find many posts with people having the same issue as me, I'm not finding any answers or solutions to these posts. </p> <p>The problem is this: We have a PDF viewer embedded on a report site. The user has the option to view the PDF in the browswer or to download it. We have a dropdown menu so the user can navigate to different reprots. The menu overlaps the PDF viewer when it drops down. In IE, it goes over the PDF viewer, as it should. In FireFox it goes behind the viewer and gets cut off. </p> <p>Here is a code snipit:</p> <pre><code>&lt;div style="position: relative; height: 347px; z-index: 1;" id="divPDF"&gt; &lt;span style="width: 100%; height: 100%;" id="PDFViewer1"&gt; &lt;div&gt; &lt;object width="100%" height="100%" type="application/pdf" data="report.pdf#toolbar=1&amp;amp;navpanes=0&amp;amp;scrollbar=1&amp;amp;view=FitH"&gt; &lt;param name="wmode" value="opaque" /&gt; &lt;embed src="report.pdf#toolbar=1&amp;amp;navpanes=0&amp;amp;scrollbar=1&amp;amp;view=FitH" type="application/pdf" width="100%" height="100%" wmode="opaque"&gt;&lt;/embed&gt; &lt;a href="report.pdf"&gt;Download PDF&lt;/a&gt; &lt;/object&gt; &lt;/div&gt; &lt;/span&gt; &lt;/div&gt; </code></pre> <p>I have tried putting it in an iframe, but that didn't work. I've tried setting the vmode to transparent, but that didn't work either. (Is vmode even a valid param?) The z-index for the menu is 500. </p> <p>Any suggestions would be greatly appreciated. </p> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload