我的CSS:
#main {
display: block;
top: 0px;
bottom: 0px;
height: auto;
margin-top: 55px;
max-width: 100%;
overflow: scroll;
position: absolute;
}
#content {
background-color: #fff;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #eee;
-moz-box-shadow: inset 0 0 5px #000;
-webkit-box-shadow: inset 0 0 5px #000;
box-shadow: inset 0 0 5px #000;
margin: 5px;
}
我想要的是:
我得到什么:
红色=绝对标题
白色=带有“蓝色”滚动条的#main
绿色=带有文本的#content边框。
我想这很容易解决,但尝试了很长时间后我仍然无法解决:P
更新/简化 jsfiddle:http: //jsfiddle.net/YAgW2/9/