右侧列的背景图像有问题。我希望它在主要内容区域的高度发生变化时垂直重复。
任何帮助,将不胜感激
这是我的 CSS
#rightcol {
background: #86030b url(images/leftcol-bg.jpg) top repeat-y;
height:100% !important;
text-align: center;
float: right;
width: 210px;
padding: 20px auto;
}
Here is some more of my CSS
#content-wrapper {
width: 930px;
height: 100%;
margin: 10px auto;
}
#content_main {
height: 100%;
padding: 14px;
top: 0px;
background: #fff;
width: 692px;
float: left;
margin-bottom: 0px;
}
#rightcol {
background: #86030b url(images/leftcol-bg.jpg) top repeat-y;
height:100% !important;
text-align: center;
float: right;
width: 210px;
padding: 0px auto;
}
感谢您迄今为止的所有帮助