0

这是我的网站: http: //www.blueridgelibertyproject.com/

滑块在 Chrome 和 IE 中运行良好,但在 Firefox 和可能的 Safari 中刷新后图像堆叠没有文本。

请帮帮我。这几天一直困扰着我,我很想把它修好。

有任何想法吗?

4

3 回答 3

2

您在 Firefox 中遇到 JavaScript 错误:

从错误控制台:

时间戳:12/10/2012 14:29:42 错误:TypeError:jQuery(".sf-menu").mobileMenu 不是函数源文件: http: //www.blueridgelibertyproject.com/ 行:342

于 2012-10-12T13:30:28.143 回答
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>
于 2013-06-27T08:42:14.270 回答
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".
于 2012-10-12T13:32:08.640 回答