我想删除 Anythingslider 中的开始/停止按钮,但保留其余的导航
我使用 AnythingSlider(有趣的玩具)作为网站,其中面板是网站的页面。因此,我想禁用并删除“开始/停止”按钮,但保留其余的导航。我的印象是它是导航的一部分,无法选择。如果这是正确的,我该怎么做?
实际上,我也想将导航移至面板的右上角。
干杯
I'm using AnythingSlider (fun toy) as a website where the panels are the site's pages. As such, I want to disable and remove the Start/Stop button but leave the rest of the navigation. I'm under the impression that it's part of the navigation and can't be optioned out. If that's correct, how do I do it?
Actually, I want to move the navigation to the top right of the panel, as well.
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
彻底删除“开始/停止”按钮:(
没有隐藏,没有技巧,只是删除)
Completely removing the "start/stop" button:
(no hiding, no tricks, simply removed)
从这里的示例: http://css-tricks.com/examples/AnythingSlider/
第二个示例没有按钮。如果您阅读源代码:
查看自动播放。它显然负责启动/停止功能,包括按钮。
From the examples here: http://css-tricks.com/examples/AnythingSlider/
The 2nd example does not have the button. If you read the source:
Look at autoPlay. It is clearly responsible for the start/stop functionality, including the button.
隐藏播放/停止按钮,但仍可使用自动播放:
Hiding play/stop button, but still working with autoplay:
狗的呼唤。这是一个选项:
Call of the dogs. It is an option: