Div无法在IE8 / IE9中获取PDF,但可以在FF和Chrome上使用

| 我想通过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>
    
已邀请:
在这里找到解决方案 基本上,您需要在div下方插入并清空iframe,但要覆盖PDF并使用Z-index播放:pdf(1),背景iframe(50),内容div(100)。     

要回复问题请先登录注册