简单的轮播

发布于 2024-10-08 01:35:03 字数 320 浏览 3 评论 0原文

www.beulahprint.ie

我一直在寻找一个没有花哨功能的基本轮播。我是编码新手,因此我发现自定义和简化复杂的轮播以满足我的需求非常困难。我的网站上有一个基本的工作,但它存在一些问题,我需要帮助:

1)它似乎从页面应有的位置向下跳了大约 20 像素? 2) 如何删除上一个/下一个按钮? 3) 如何将 1, 2 ,3 4 选项卡转换为带有翻转的自定义选项卡,并将它们放置在 div 中我想要的任何位置?

我非常感谢这个家伙。

干杯, 科尔姆

www.beulahprint.ie

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技术交流群

发布评论

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

评论(2

阪姬 2024-10-15 01:35:03

对于你的前两个问题:

  1. 你的#header的正确高度似乎是150px而不是180px;
  2. 您可以尝试将 .carousel-control {display:hidden;} 添加到 CSS 中。

For your first two question:

  1. Yor #header's proper height seems to be 150px instead of 180px;
  2. You can try adding .carousel-control {display:hidden;} to your CSS.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文