【发布时间】:2013-12-27 04:16:03
【问题描述】:
我有这段代码,页脚看起来不错,但是当我放大页面时,页脚开始迅速增加高度,并且覆盖了整个页面。如果我放大页面,我希望页脚高度相同。 :(谢谢你的帮助
<style>
footer
{
position: absolute;
width: 100%;
height: 75px;
background:#808284;
bottom:0;
}
</style>
<footer>
</footer>
【问题讨论】:
标签: javascript html css