我想知道如何将页脚粘到底部,即使页面没有内容。在发表这篇文章之前,我搜索了解决方案,但没有真正的解 新手解决方案可能是将margin-top设置为顶部,但这可能会使整页看起来很难看。顺便说一句,提前谢谢,这是我的代码。
<footer class"footer">
//content
</footer>
.footer {
position: relative;
}
答案 0 :(得分:0)
如果您的网页没有内容, 你可以将页脚固定在屏幕的底部。
"browser_action": {
"default_popup": "popup.html"
},
jsfiddle:https://jsfiddle.net/1La17zsr/