我在wordpress网站http://casper-creations.com上有多个背景图片,一个是背景图片,另一个是顶部的透明对角线图案,效果很好,但是如果您仔细查看,它不会在整页上重复第一页似乎只走了一半,您可以在此页上更清楚地看到它http://casper-creations.com/weddings-2/
这是我的css,我已将其设置为重复,所以不太确定为什么不重复页面的全长...有人有任何想法吗?
谢谢...
html {
overflow-y: scroll;
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
background: #c2e8eb url(http://casper-creations.com/wp-content/themes/responsive/core/images/bg-cloud.jpg) repeat-x;
}
body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;
line-height: 1.5em;
background: url(http://casper-creations.com/wp-content/themes/responsive/core/images/bg-diagonal-pattern.png) repeat;
}
min-height: 100%;
到主体选择器。