0
4

2 回答 2

2

将页脚与内容一样向下推会有所帮助。

top:541px;

我假设所有这些空p标签都是为了向下推页脚,尝试删除它们并实现这个 CSS。

于 2012-07-06T22:43:54.913 回答
0
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#6cf;
}
于 2012-07-06T22:46:35.240 回答