从不再可用的在线来源(无效链接)实施一种干净的方法之后,您的页面所需的最低代码将为(请注意-可能最好使用
#bottom-footer而不是`footer
bottom-footer`用于选择页脚-这可能是问题):
html { position: relative; min-height: 100%;}body { margin: 0 0 100px; }#bottom-footer { position: absolute; left: 0; bottom: 0; height: 100px; width: 100%;}


