gpt4 book ai didi

css - 背景图片的 div 位置

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

在网站上 JN-Racing我在左侧添加了一个 div,但是当我调整浏览器大小时,div 会显示内容。感谢所有提示

最佳答案

试试这个:

#bg_right {
background-image: url("images/bg_rechts.jpg");
background-repeat: no-repeat;
float: right;
height: 935px;
position: relative;
width: 258px;
z-index: -1;
}
#bg_left {
background-image: url("images/bg_links.jpg");
background-repeat: no-repeat;
float: left;
height: 935px;
position: relative;
width: 258px;
z-index: -1;
}

#wrapper {
height: 0;
margin: auto;
text-align: left;
width: 1024px;
}

body {
height: 100%;
margin: auto;
width: 1540px;
}

如果你限制 body 的宽度,它会像一个魅力! (:

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

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