2015-05-09 73 views
-1

因此,我使用Dreamweaver創建了一個網站並添加了一些圖像和視頻。圖像和視頻在除IE 11之外的所有其他瀏覽器中清晰可見。在IE 11中只有少量圖像可見(其中一個是.jpg而另一個是.png)。其餘的圖像是.jpg並且不可見。此外,視頻會在IE 11上中止。任何解決方案? 該網站基本上是一個電子書,幷包含大量的文字。以下是適用於除IE11之外的其他所有瀏覽器的代碼示例。 ` 某些圖像丟失,並在Internet Explorer 11中中止視頻

   <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修復圖像。但視頻仍然中止。

+0

我們可以看到您的HTML代碼有問題? –

+0

瀏覽器的錯誤控制檯是否報告任何錯誤? – jfriend00

+0

嘗試在您的代碼上運行html驗證 –

回答

0

好的,所以我找到了一個奇怪的解決方案。我打開了一個空白HTML並將所有代碼複製並粘貼到新的HTML中。之後,問題得到解決......我不知道爲什麼......舊的html仍然顯示問題,但新的代碼有完全相同的代碼,但工作得很好...