【发布时间】:2011-09-25 18:26:41
【问题描述】:
我有一个奇怪的 CSS 问题。我有一个横幅,需要放置在每个页面的底部。
为此,我将正文设置为position: relative;,将横幅设置为position absolute; bottom: 0px;
问题是我的横幅在不同页面上的位置不同,例如: http://www.plotsandhouses.com/node/1, http://www.plotsandhouses.com/node/29, http://www.plotsandhouses.com/node/30
'custom-page_closure_wrapper' div 是我试图在页面底部放置的。我可以通过设置 position: fixed; 来做到这一点,但我真的不希望 div 始终可见 - 只有当页面底部可见或用户向下滚动才能看到它时。
谁能告诉我我缺少什么?
【问题讨论】:
-
您的示例中不存在
custom-page_closure_wrapperdiv。
标签: css css-position sticky-footer