【发布时间】:2011-08-06 12:07:29
【问题描述】:
我想通过 PDF 获取我的 DIV。 此示例适用于 FF,但不适用于 IE 8 / 9。注意:无论 PDF 指出什么,这都是相同的结果。
<html>
<head></head>
<body>
<div style="position:absolute;z-index:1000;background-color:pink;z-index:1000">
I'm over PDF
</div>
<iframe src="http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf" style="width:100%;height:100%;z-index:0">
</body>
</html>
【问题讨论】:
-
看起来其他人一直在寻找解决方案 here 并且到目前为止失败了