Jquery 可滚动自定义 - 错误

发布于 2024-08-17 13:51:03 字数 437 浏览 3 评论 0原文

我正在使用以下插件:

flowplayer.org/tools/scrollable.html

我通过删除选项卡并使用图像按钮对其进行了稍微自定义。 您可以在这里查看我的作品:

http://getitnow4free.com/FreeWebsite/Page2.html

如果您不断点击下一个模板和上一个模板按钮以循环浏览所有可用模板,您会注意到模板和预览、下载按钮随着您循环次数的增加而变得越来越不合适。谁能告诉我这是为什么以及如何解决它?

我还注意到,当我单击模板的预览模板按钮时,它会自动循环到下一个模板。我不想要这样。我希望模板保留在窗口中,直到点击下一个或上一个。谁能帮我解决这些问题吗?

I am using the following plugin:

flowplayer.org/tools/scrollable.html

I've slightly customized it by removing the tabs, and using image buttons.
you can view my work here:

http://getitnow4free.com/FreeWebsite/Page2.html

If you keep hitting next template and previous template buttons in order to cycle through all of the available templates, you will notice that the templates and preview, download buttons move more and more out of place the more you cycle through them. Can anyone tell me why this is and how to fix it?

I also notice that when I click the preview template button for a template, it cycles on to the next template automatically. I don't want that. I would like for the template to remain in the window until next or previous is hit. Can anyone help me with these issues?

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

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

发布评论

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

评论(1

无声情话 2024-08-24 13:51:03

据我看来,你不需要修改这个插件。它已经通过“下一个”和“上一个”按钮前进。您删除了选项卡,但这并不是真正必要的。相反,您可以设置以下规则:

ul.tabs { display:none }

这将为您删除选项卡。剩下的就是使用您自己的图像作为“下一个”和“上一个”而不是默认图像。

From what I see, you don't need to modify this plugin. It already advances with "next" and "previous" buttons. You removed the tabs, but that wasn't really necessary. Instead, you could have set the following rule:

ul.tabs { display:none }

That would have removed the tabs for you. All that would be left is to use your own images for "next" and "previous" as opposed to the defaults.

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