我一直无法让我的背景垂直重复。CSS 代码
html {
background-color: black;
}
body {
margin: auto;
width: 1000;
background-image:url("../images/background.png");
background-repeat:repeat-y;
}
我想不通。请帮忙!我试过不带引号,带引号,完整地址......我很难过
页面中有内容。http://www.hott-source.com