我的网站有两列,现在背景颜色在左列的最后一段内容处结束(用于导航)。
我试过 height:100%, min-height:100%; 等似乎不起作用。这是CSS。
.container {
width: 100%;
height:100%;
min-width: 960px;
background: #fbf6f0;
margin: 0 auto;
overflow: hidden;
}
#sidebar1 {
float: left;
position:absolute;
width: 20%;
height:100%;
min-width:220px;
background: none repeat scroll 0% 0% #007cb8;
z-index:9999;
}