WP背景图像显示在内容区域之后

时间:2013-12-03 18:04:10

标签: html css wordpress

有没有办法在内容区域后显示背景图片,如果该内容区域很短并且没有覆盖显示器的所有高度?

这是我现在使用的html和cs。这是一个例子http://asptmr.studyor.net/contact/

<body class="home blog custom-background">

body.custom-background {
background-attachment: fixed;
background-image: url("http://asptmr.studyor.net/wp-content/uploads/2013/12/bg-11-full_2.jpg");
background-position: center top;
background-repeat: no-repeat;}

由于

2 个答案:

答案 0 :(得分:0)

将以下内容添加到样式表的顶部,背景将填满屏幕:

html, body {
    height: 100%;
}

答案 1 :(得分:0)

使用wordpress plug-in

解决