Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 背景图像在页脚后停止_Css_Image_Background_Footer_Repeat - Fatal编程技术网

Css 背景图像在页脚后停止

Css 背景图像在页脚后停止,css,image,background,footer,repeat,Css,Image,Background,Footer,Repeat,嗨,我需要一个网站上的帮助。背景图像停在页脚,这意味着在长页面上,我会在下面看到一个丑陋的部分,而不是继续在下面的背景。我试着使用padding-bottom,但是我在不需要的页面上得到了padding 当主页不再存在时,就不会出现问题,网站会在页脚上反弹 舞台现场地址- 问题页示例:给出您的、和.ma包装纸的高度为100%: html, body { height: 100%; } .ma-wrapper { min-height: 100%; } 您的容器.ma包装器未延伸

嗨,我需要一个网站上的帮助。背景图像停在页脚,这意味着在长页面上,我会在下面看到一个丑陋的部分,而不是继续在下面的背景。我试着使用padding-bottom,但是我在不需要的页面上得到了padding

当主页不再存在时,就不会出现问题,网站会在页脚上反弹

舞台现场地址-

问题页示例:

给出您的
.ma包装纸
高度
100%

html, body {
    height: 100%;
}
.ma-wrapper {
    min-height: 100%;
}

您的容器
.ma包装器
未延伸到页面底部

.ma-wrapper {
  height: 100%;
}

他还需要将
min height:100%
添加到
#ma wrapper
惊人的感谢-现在工作,为此失去了很多头发