css CSS Sticky Fixed Footer #CSS #footer #fixed

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS Sticky Fixed Footer #CSS #footer #fixed相关的知识,希望对你有一定的参考价值。


    #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 Sticky Fixed Footer #CSS #footer #fixed的主要内容,如果未能解决你的问题,请参考以下文章

fixed和sticky

CSS:position:sticky;不生效的原因

你不知道的CSS---position小技巧

fixed 与 sticky

css3中position:sticky 新属性

position:sticky