阅读背景:

HTML和CSS问题:两个绝对定位元素之间的元素需要正确调整大小

来源:互联网 
#header
{
    position: absolute;
    top: 0%;
    height: 24px;
}
#body
{
    position: absolute;
    top: 24px;
    bottom: 20%;
    overflow: auto;
}
#footer
{
    position: absolute;
    bottom: 0px;
    height: 17.2%;
    min-height: 80px;
    overflow: auto;
}
#header
{
    position: absolute;
    top: 0%;



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: