CSS CSS粘滞固定页脚
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS CSS粘滞固定页脚相关的知识,希望对你有一定的参考价值。
#footer {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#999;
}
/* IE 6 */
* html #footer {
position:absolute;
top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
以上是关于CSS CSS粘滞固定页脚的主要内容,如果未能解决你的问题,请参考以下文章
CSS CSS粘滞页脚
CSS CSS粘滞页脚
HTML/CSS 中的粘滞页脚,显示问题
css 粘滞的页眉/页脚
css 粘滞页脚
css Flexbox粘滞页脚