固定底部对齐Div

ole*_*ius 1 css

我需要一个页面底部的页脚,它会重叠任何会使页面滚动的内容.此外,当向下滚动时,页脚仍然需要停留在那里.

这可能与css只适用于IE6 +?

a p*_*mer 6

最近我用了以下风格:

div.BottomDisclaimer
{
  z-index:100;
  position:fixed;
  bottom:0px;
  border-top-style: solid;
  border-top-width: 1pt;
  padding-top: 4px;
}
Run Code Online (Sandbox Code Playgroud)