gpt4 book ai didi

html - 如何摆脱 CSS/HTML 部分之间的空白

转载 作者:搜寻专家 更新时间:2023-10-31 22:20:37 25 4
gpt4 key购买 nike

我是网页设计的新手,遇到了这个问题;我有两个部分,每个部分都有其获胜的背景图片。但是,第一个背景图像不会紧跟在前一个背景图像之后。相反,两个图像之间有一个看起来很丑陋的空白。

这是 jsfiddle:http://jsfiddle.net/M26Ge/

CSS:

#slide-1 .bcg {
background-image:url('http://upload.wikimedia.org/wikipedia/commons/1/15/Hopwas_Woods_Sun.jpg');
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 800px;
width: 100%;
}
#slide-2 .bcg{
background-image:url('http://i953.photobucket.com/albums/ae11/Kronstadt/Shabby-Princess-Kristie_SF_StripedP.jpg');
background-position: center center;
background-repeat: repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
width: 100%;
}

最佳答案

我不确定,但也许您正在寻找 CSS Reset

只写 * { margin: 0;填充:0; 在 css 代码的顶部。否则,如果内联元素存在其他空白问题,您可以在受影响元素的容器上使用 font-size: 0; 来修复它们。

关于html - 如何摆脱 CSS/HTML 部分之间的空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24234561/

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