PDF查看器与Google Chrome中的页面上的其他对象重叠

时间:2012-11-29 09:03:21

标签: google-chrome pdf pdf-viewer

我在使用Google Chrome浏览器进行页面浏览时遇到问题。当Google Chrome插件“Chrome PDF Viewer”被禁用时,正在显示的PDF会覆盖每个对象。以下是示例代码。

<html>
<head>

</head>
<body>
    <div style="border: solid red 2px; position:absolute;z-index:100;background-color:Green;height:100px;width:250px;"></div>

    <div style="position:absolute;z-index:10;margin-left:100px;">
    <iframe visible="true" id="ipdf" src="http://www.irs.gov/pub/irs-pdf/fw4.pdf" height="1000" width="1000" runat="server" frameborder="0" scrolling="auto" >

     </iframe>
     </div>

</body>
</html>

任何建议都会有所帮助。

1 个答案:

答案 0 :(得分:0)

你认为它有效吗?在Internet Explorer中使用Adobe Reader插件? 据我所知,它有同样的问题,你必须使用另一个iframe作为覆盖区域。