bxslider jquery css 中的填充跳转

发布于 2024-10-29 23:22:42 字数 346 浏览 0 评论 0原文

我有一个小问题。 我在我正在制作的网站上运行了一个 bxslider。一切正常,直到滑块再次启动。它包含 3 张幻灯片,因此单击 2 次后我位于幻灯片 3。一旦我再次单击“下一个按钮”,它就会转到幻灯片 1。这是正确的,尽管它向上移动了 30 像素。我想这是因为我将 UL 设置为 padding-top 为 30px。这很奇怪,因为我告诉整个 UL 有一个顶部填充。

我希望有人能帮助我,我已经花了两个多小时才修复。 我们正在讨论的网站:http://welkommagazine.nl/luuk/

提前致谢。
卢克

I have got a little problem.
I got a bxslider running on a website i am making. everything works properly until the slider starts at start again. It contains 3 slides, so after 2 clicks i am at slide 3. Once i click again on the "next button" it goes to slide 1. that is correct allthough it shifts up 30 pixels. I guess this is because i set my UL to padding-top to 30px. This is strange since i tell the whole UL to have a top padding.

I hope that someone can help me, it already took me over 2 hours to fix.
the website we are talking about: http://welkommagazine.nl/luuk/

thanks in advance.
Luuk

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

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

发布评论

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

评论(2

娇俏 2024-11-05 23:22:42

将滑块 ul 上的填充和边距设置为 0 对我有用。

#slider {
padding: 0;
margin: 0;
}

Setting the padding and margin to 0 on the slider ul worked for me.

#slider {
padding: 0;
margin: 0;
}
没︽人懂的悲伤 2024-11-05 23:22:42

您是否尝试过将填充移动到父级 div 上?

Have you tried moving the padding onto the parent div?

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