我有一个网页,如下所示:
http://www.transeeq.com/health/bq17a.html#
淡黄色的页脚不会一直被推到底部。有任何想法吗?这是CSS代码:
#container {
min-height:100%;
position:relative;
}
#body {
padding-bottom:60px; /* Height of the footer */
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
background:#CCCC66;
}
最佳答案
有用;您的CSS可能正在本地缓存。您最近是否进行了强制浏览器刷新?按Ctrl + F5。