4 Replies Latest reply on Feb 6, 2009 5:12 PM by ajanz

    modalpanel over iframe

    ajanz

      i use an iframe in my page to display a pdf. i want some modalpanels to appear over the pdf. but with no luck. z-index of modalpanel seems not to work.

      iframe is defined like

       <iframe src="docs/sample.pdf" style="position: absolute; width: 1000px; height: 800px; background-color: white; overflow-y: hidden; z-index: 1" />
      


      in my page i have also a suggestionbox which renders nearly correct over the pdf.