我有以下代码:
html:
<div id="footer-container">
last line in page
</div>
CSS:
#footer-container {
margin-bottom:800px; // needs improvement
}
这个想法是让用户完全看到背景图像。有用。但800px
可以更短或更长,具体取决于用户窗口的尺寸。
是否可以margin-bottom
在没有 javascript 的情况下提供窗口的当前高度值?