gpt4 book ai didi

html - 背景图片定位问题

转载 作者:行者123 更新时间:2023-11-28 05:09:51 25 4
gpt4 key购买 nike

我将其作为我的 CSS 样式。调整浏览器窗口大小时,我的 #pg_wrap 没有以背景图像为中心。我的屏幕截图是当您将浏览器窗口缩小到小于 #pg_wrap 宽度时的 1344px(宽度不一定是那个,只是一个测试数字)。

屏幕截图是使用 Firefox 拍摄的,它可以做到这一点。 Chrome 不会这样做。如何让背景图片保持不变?

Chrome

Firefox

body
{
text-align: center;
background-image: url('p_bg_75.jpg');
background-repeat: repeat-y;
background-color: black;
background-attachment:fixed
margin: 0px;
padding: 0px;

}
#pg_wrap
{
margin-left: auto;
margin-right: auto;
width: 1344px;
height: 1000px;
border: 1px solid white;
text-align: center;
}

最佳答案

不同之处在于浏览器以不同的方式处理不正确的 css。

改变

background-attachment:fixed

background-attachment:fixed;

关于html - 背景图片定位问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/742910/

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