带有左右按钮的轮播。检查左右按钮

发布于 2024-12-12 03:22:24 字数 574 浏览 0 评论 0原文

我的轮播有问题。我搜索过类似的问题。但什么也没发现。

我制作了一个包含三个部分和一个大图像的旋转木马。轮播有一个左右导航按钮。首先,展示第一部分。带有右侧的轮播按钮。左侧按钮被隐藏。因为你不能点击左边。当您单击另一张幻灯片时。下一部分将显示,背景图像将向右移动 1000 像素。

你可以在这里看到这个例子: Example on jsfiddle

但现在问题来了。当我在第一部分时。我有一个向右导航按钮。左侧按钮被隐藏,因为您无法单击它。当你读到最后一部分时。左侧按钮显示,右侧按钮隐藏。

但问题就出在中间部分。当你在中间部分时。右侧有一个导航按钮。但不是左侧的导航按钮。当我在中间的时候。我也离开了。而且不只是在右边。

我如何在我的脚本中解决这个问题。感谢您的帮助。

您可以更改代码并在jsfiddle上查看代码。

在这里您可以看到代码和示例

I have a problem with my carousel. I've searched for similar questions. But found nothing.

I have make a carousel with three sections and a big image. And the carousel have a right and left navigate button. In the beginning, the first section is show. With a right carousel button. The left button is hidden. Because you can not click on the left. When you click to the other slide. The next section is show and the background image is animate 1000 pixels to the right.

You can see here the example: Example on jsfiddle

But now the problem. When i am on the first section. I have a right navigate button. The left button is hidden, because you can not click on it. When you are on the last section. The left button is show and the right button is hide.

But the problem is the middle section. When you are on the middle section. You have a navigatie button to the right. But not a navigate button to the left. And when I'm in the middle. I also left. And not just to the right.

How can i fix this in my script. Thanks for help.

You can change the code and see the code on jsfiddle.

Here you can see the code and example

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

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

发布评论

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

评论(2

夜灵血窟げ 2024-12-19 03:22:24

我在这里举了一个我的想法的例子: http://jsfiddle.net/upyZH/5/ ,但问题依然存在。 Firebug 一直告诉我找不到图像 sprite.png。也许这就是你的问题? CSS 中的那些随机字符是什么?

编辑:给你: http://jsfiddle.net/upyZH/8/ ,就像魅力 :)

I've made an example of my idea here: http://jsfiddle.net/upyZH/5/ , but the problem is still there. Firebug keeps telling me that the image sprite.png was not found. Perhaps that is your problem? And what are all those random charcaters in the css?

EDIT: Here you go: http://jsfiddle.net/upyZH/8/ , works like a charm :)

同展鸳鸯锦 2024-12-19 03:22:24

在这里看看我的小提琴: http://jsbin.com/abape3/14 它有左边和右侧按钮,其工作方式与您所描述的类似。

Have a look at my fiddle here: http://jsbin.com/abape3/14 It has the left and right buttons and works like what you've described.

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