简单的轮播
我一直在寻找一个没有花哨功能的基本轮播。我是编码新手,因此我发现自定义和简化复杂的轮播以满足我的需求非常困难。我的网站上有一个基本的工作,但它存在一些问题,我需要帮助:
1)它似乎从页面应有的位置向下跳了大约 20 像素? 2) 如何删除上一个/下一个按钮? 3) 如何将 1, 2 ,3 4 选项卡转换为带有翻转的自定义选项卡,并将它们放置在 div 中我想要的任何位置?
我非常感谢这个家伙。
干杯, 科尔姆
I've been looking for ages for a basic carousel with no bells and whistles. I'm new to coding so I'm finding it very tough to customise and simplify a complex carousel to suit my needs. I have a basic one working on my site, but there are issues with it I need help with:
1) It seems to be jumping down the page about 20px from where it should be?
2) How do I remove the Previous/Next buttons?
3) How do I turn the 1, 2 ,3 4 tabs into custom tabs with rollovers and position them wherever I want within the div?
I would greatly appreciate this one guys.
Cheers,
Colm
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于你的前两个问题:
.carousel-control {display:hidden;}
添加到 CSS 中。For your first two question:
#header
's proper height seems to be 150px instead of 180px;.carousel-control {display:hidden;}
to your CSS.尝试我不久前制作的这个小脚本......
try this little script i have made some time ago...