我在使用 Google chrome 浏览页面时遇到问题。禁用 Google chrome 插件“Chrome PDF 查看器”后,显示的 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>
任何建议都会有所帮助。