iframe重叠位置固定div在IE 10或更高

时间:2017-10-21 09:04:47

标签: html css



.test1{background:red;width:100%;height:50px;position:fixed;}

<div class="test1">
test Pdf
</div>

<embed src="https://a.uguu.se/YudvfJROqhxH.pdf" type="application/pdf" width="100%" height="600px">


<iframe src="https://a.uguu.se/YudvfJROqhxH.pdf" width="100%" height="600px">
This browser does not support PDFs. Please download the PDF to view it: <a href="/pdf/sample-3pp.pdf">Download PDF</a>
</iframe>
&#13;
&#13;
&#13;

在IE 10或更多PDF重叠菜单中。 我尝试了很多css,包括z-index,但注意到工作。

0 个答案:

没有答案