因此,我使用 Dreamweaver 创建了一个网站并添加了一些图像和视频。图像和视频在除 IE 11 之外的所有其他浏览器中都清晰可见。在 IE 11 中只有少数图像可见(其中一个是 .jpg,另一个是 .png)。其余图像为 .jpg 且不可见。此外,视频在 IE 11 上被中止。有什么解决方案吗?该网站基本上是一本电子书,包含大量文字。这是适用于除 IE11 之外的所有其他浏览器的代码示例。`
<div id="sectionId1" class="pageContainer currentPage clearfix">
<h1 class="pageTitle">Introduction To the Ages</h1>
<div class="contentHolder" id="sectionId1">
<p class="text"> <img width="620" height="410" src="images/clip_image002.jpg" alt="">We humans have lived through numerous technological revolutions. This technological revolutions have always made many aspects of our life much easier and helped us to push towards a whole new era...humans gave life to the <strong>INFORMATION AGE</strong>.</p>
</div>
</div>`
....
</div></div></div>
<script src="js/jquery.min.js"></script>
<!-- <script src="js/app.js"></script> -->
<script src="js/site.js"></script>
注意:我能够通过将图像转换为 RGB 来修复图像。但视频仍然中止。