我试过这个:
身体{高度:100%;溢出:自动;身体#cornerImage {位置:绝对;底部:0;}
还有这个:
{ margin:0; padding:0; }
html, body {
height: 100%;
overflow:auto;
}
body #fixedElement {
position:fixed !important;
position: absolute; /*ie6 and above*/
bottom: 0;
}
这些都没有奏效。看起来我想要的职位正在工作,但问题是有一个巨大的利润推动我的内容下降。我在正确的轨道上吗?或者这不是我应该尝试的解决方法?