gpt4 book ai didi

css - 修复了 div 高度阻碍的背景图像?

转载 作者:太空宇宙 更新时间:2023-11-04 15:22:17 25 4
gpt4 key购买 nike

我通过 jquery 将背景图像加载到 DiV 中,偶尔会弹出一个模式,它会拉伸(stretch)屏幕高度,因此您必须滚动。

我想让背景图片随 View 滚动,但问题是 height:100% 显然意味着原始高度的 100%。 div 不会随屏幕的其余部分一起拉伸(stretch)。

这是为什么呢?这是我的代码:

#bgDiv {
display: none;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-attachment:fixed;
top:0;
right:0;
position: absolute;
z-index: -9999;
}

谢谢!

最佳答案

如果你将你的位置设置为固定而不是绝对,它应该保持不变,即使有滚动也是如此。

关于css - 修复了 div 高度阻碍的背景图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14447625/

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