位置固定页脚,不带JavaScript
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了位置固定页脚,不带JavaScript相关的知识,希望对你有一定的参考价值。
A cool script for fixed Footers. Works with i6,i67,all mozilla browsers and safari.
#footer{ position:fixed; left:0px; bottom:0px; height:20px; width:100%; background:#999; } /* For ie 6*/ 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'); }
以上是关于位置固定页脚,不带JavaScript的主要内容,如果未能解决你的问题,请参考以下文章
javascript 在没有Jquery的情况下停止页脚的固定位置