jquery轮播问题

发布于 2024-11-04 08:06:22 字数 363 浏览 1 评论 0原文

我在这里找到了这个脚本 http://jsfiddle.net/g4txt/ 我正在使用这个轮播 http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm

问题是它不会显示所有图像。

脚本正在运行,以滚动图像的方式运行,但不会显示全部图像,

尝试添加和删除 li ,您会注意到问题

吗?

谢谢

i have this script found here http://jsfiddle.net/g4txt/
i am using this carousel http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm

the problem is that it won't show all images.

the script is running, in the way that is scrolling through images but it wont show them all

try adding and deleting li's and you will notice the problem

any idea?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蝶…霜飞 2024-11-11 08:06:23

有几件事:

首先:您的 img 标签需要关闭。

第二: $(function(){ ... } 与 $(document).ready(function(){ ... } 相同,因此是多余的。

第三:如果你将 li 向左浮动,那么你就全部了 。

干杯

A couple things:

First: your img tags need to be closed.

Second: $(function(){ ... } is the same as $(document).ready(function(){ ... } and is therefore redundant.

Third: if you float your li's left, you'll be all set.

Cheers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文