Modal隐藏在IE上的PDF背后

时间:2017-06-09 08:17:51

标签: html css twitter-bootstrap internet-explorer pdf

我正在编写一个应用程序,显示页面加载时的模态。我碰巧在html中有一个PDF embedded 。打开引导模式时,其边框和其他内容隐藏在Internet Explorer上的PDF后面。它碰巧在Google Chrome上完美运行。

<embed src = "/video_library/test2.pdf#toolbar=0&navpanes=0&scrollbar=1&statusbar=0&zoom=100" width="100%" height="590px" style="border:none;position:relative;z-index:0;"  type='application/pdf' />

我尝试将z-index应用于modal,但它也无效。加<object>标签似乎没有任何积极影响。

0 个答案:

没有答案