CSS背景不正确/已被截断

时间:2018-09-20 19:44:01

标签: html css css-selectors css-float

我的背景突然中断了。以前在chrome上可以正常使用,但是现在我在页面中间(http://prntscr.com/kwsaxn)剪掉了。

我的CSS代码:

html, body {
background: url(../images/background.jpg) no-repeat center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
}

在标头中执行:

 <link rel="stylesheet" href="css/style.css">

我似乎在网上找不到任何解决方法,但是也许就像我上一个问题一样简单,我只是想念一些东西。

也许它可以做些什么,它在结束时就被称为正确,但是在它仍然起作用之前,我就已经有了它。

PS:我在边缘,镀铬和iPhone Safari上进行了测试。

谢谢:)

1 个答案:

答案 0 :(得分:0)

请提供网站或Codepen编辑器的链接