3 Replies Latest reply on Feb 9, 2009 4:59 PM by ajanz

    modalpanel on top of iframe with pdf

    ajanz
      i my application i must display a pdf as part of my page. at the moment i do this using an iframe.

      trouble is , that my application uses modalpanels which don't appear over the iframe.

      iframe is defined as

      <iframe src="docs/file.pdf"   style="position:relative;left:0px;top:0px;z-index:-100;width:800px;height:1000px" />

      modal panel

      <rich:modalPanel id="edit" autosized="true"     style="z-index:251" rendered="true"   >

      any idea what i could do?