gpt4 book ai didi

jquery - 视差效果 - 向下滚动时第一个背景出现间隙问题

转载 作者:太空宇宙 更新时间:2023-11-03 18:59:57 25 4
gpt4 key购买 nike

我正在学习如何通过 jQuery 使用视差效果。

我在不同的 slider 方面做得很好,但是当我开始滚动时出现间隙问题,第一个背景跳下。

你可以在我的页面上看到问题here并通过查看源代码。

有什么解决方案可以避免这种情况吗?我尝试更改边距值,但我不确定这可能是“高度”问题。

以下是我的部分 CSS 代码:

 body {
margin: 0;
padding: 0;
color:#fff;
font: normal 90% "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Arial,Helvetica,Sans- Serif;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}



#slide1, #slide2, #slide3 {
height: 1000px;
}

#slide1 {
background: url(images/bg/01.jpg) 50% 0 no-repeat fixed;
color: white;
height: 800px;
margin: 0;
overflow: hidden;
padding: 0;
}

#slide2 {
background: url(images/bg/02.jpg) center 0 no-repeat fixed;
color: white;
height: 1000px;
margin: 0 auto;
overflow: hidden;
padding: 0;
}

最佳答案

#slide1 高度声明为 1000px,然后再次添加为 800px?第二个将覆盖第一个,并且可能是差距的来源。

关于jquery - 视差效果 - 向下滚动时第一个背景出现间隙问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12361129/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com