这是我的网站:http://www.blueridgelibertyproject.com/
滑块在Chrome和IE中工作正常,但在Firefox和Safari中刷新后,图像堆叠没有文字。
请帮帮我。这几天我一直在困扰我,我很乐意解决这个问题。
有什么想法吗?
答案 0 :(得分:2)
您在Firefox中遇到JavaScript错误:
从错误控制台:
时间戳:12/10/2012 14:29:42 错误:TypeError:jQuery(“。sf-menu”)。mobileMenu不是函数 源文件:http://www.blueridgelibertyproject.com/ 行:342
答案 1 :(得分:0)
您应该考虑使用firebug或Google开发者工具。这些是您的网站生成的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".
答案 2 :(得分:0)
在div下面发布代码初始化:
示例:
<!-- 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>