2012-02-14 96 views
0

下頁可以在Internet Explorer被視爲一個獨立的頁面使用PHP出現在Internet Explorer中:無法獲取Imageflow在DIV模板

http://http://www.kaimeramedia.com/derek/Website/cgi_new.php

所以我不明白爲什麼當我把這個php稱爲div層,它不會在Internet Explorer中顯示。 Chrome能夠完美展現一切。整個網站可以在

http://www.kaimeramedia.com/derek/Website/index.php

發現有一個在每一頁的頁眉簡單的代碼:

<link rel="stylesheet" href = "highslide.css" type="text/css"/> 
<Script src="highslide.js"type ="text/javascript"></script> 

<link rel="stylesheet" href="imageflow.css" type="text/css" /> 
<script src="imageflow.js" type="text/javascript"></script> 

這裏是整個imageflow.js & highslide.js文件的位置:

http://www.kaimeramedia.com/derek/Website/imageflow.js

任何幫助將大大理解

回答

1
illegal character 

if (imgSrc.substr(imgSrc.length-4) === ‘.png’ || imgSrc.substr(imgSrc.length-4) 
index.php (line 44, col 39) 

您的報價都是不正確的png格式應該是字符「或」

瀏覽器必須允許他們出於某種原因(火狐在這裏)。

發現它與螢火蟲,我建議你得到相當於鉻,我有一種感覺,即使它的作品它會告訴你。

+0

謝謝我會得到那 – 2012-02-14 13:16:35

+0

我發現所有的引號在該代碼中都是不正確的...我用正確的'或'替換了它們,不知道哪裏可以找到其中的另外兩種類型 – 2012-02-14 13:26:19

+0

嘗試了你的建議和檢查使用螢火蟲的元素,仍然不能修復在Internet Explorer的衰落菜單週圍的黑色:(其餘的代碼是否正確? – 2012-02-14 13:41:23