gpt4 book ai didi

html - 具有固定背景附件的粘性元素

转载 作者:行者123 更新时间:2023-11-28 13:02:09 26 4
gpt4 key购买 nike

考虑一下:http://jsfiddle.net/yP7Nf

示例代码:

<div class="first"><img src="http://placekitten.com/g/200/300"/></div>
<div class="second"></div>
<div class="third"></div>

.first {
background-color: #a6a6a6;
height: 600px;
background-attachment: fixed;
background-image: url("http://placehold.it/1000x500");
}

.second {
background-color: #fff;
min-height: 500px;


}

.third {
background-color: #ff0000;
min-height: 500px;
background-attachment: fixed;

}

我希望猫图片保持粘性,以便第二个 div ('.second') 可以像覆盖背景一样覆盖它。

我想模拟与 background-attachment:fixed 猫图片相同的行为。

帮助。

最佳答案

在您的图像上,使用 position : fixed防止它滚动,还有一个z-index:-1让它走到后面的东西

如果它落后于您不想要的东西,请在其上使用 z-index:-2

关于html - 具有固定背景附件的粘性元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16101240/

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