2012-10-12 23 views
0

工作正常,這是我的網站:http://www.blueridgelibertyproject.com/我的手風琴滑塊圖像疊加在Firefox,但在Chrome和IE

滑塊工作正常,在Chrome和IE,但圖像沒有文字在Firefox刷新,並可能Safari瀏覽器後疊加。

請幫助我。它現在一直困擾着我幾天,我希望能夠修復它。

任何想法?

+1

我只是檢查它在FF14和Safari 6.0,並沒有看到任何問題。 – septemberbrain

+0

你可以發佈一些你試過的代碼示例嗎? – MarcDefiant

+0

只是試圖改變slideClass:「滑塊」slideClass:「#slider」..看看是否有訣竅... – Scorpio

回答

2

你在Firefox JavaScript錯誤:

從錯誤控制檯:

時間戳:2012年12月10日14時29分42秒 錯誤:類型錯誤:jQuery的( 「SF-菜單」 ).mobileMenu不是一個函數 源文件:http://www.blueridgelibertyproject.com/ 線:342

+0

謝謝您。我刪除了它,看它是否與我遇到的問題有所不同,而且完全相同。初始加載時載入正確,然後在刷新時堆疊圖片 –

0

您應該考慮使用螢火蟲,或谷歌開發者工具。這些都是你的網站生成HTML錯誤:

carouFredSel: No element found for "#portfolio-scroll". 
carouFredSel: No element found for "ul.widget-carousel". 
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.blueridgelibertyproject.com/img/arrows-ffffff.png 
carouFredSel: No element found for "#images". 
carouFredSel: No element found for "#thumbs". 
carouFredSel: No element found for "ul.blog-gallery". 
0

後的股利如下代碼初始化:

例如:

<!-- first the images for the slider --> 
<div id="slide"> 
<img src="/headslide2.jpg" alt="headslide2" /> 
<img src="/headslide.jpg" alt="headslide" /> 
</div> 
<!-- next the slide init --> 
<script> 
jQuery('#slide').carouFredSel({}); 
</script>