CSS CSS粘滞页脚
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS CSS粘滞页脚相关的知识,希望对你有一定的参考价值。
html, body, #wrap {height: 100%;}
body > #wrap {
height: auto;
min-height: 100%;
}
#main {padding-bottom: 150px;} /* Muss genau so hoch sein wie der Footer */
#footer {
position: relative;
margin-top: -150px; /* Negativer Wert der Footer-Höhe */
height: 150px;
clear:both;
}
/* optional clearfixhack */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */
以上是关于CSS CSS粘滞页脚的主要内容,如果未能解决你的问题,请参考以下文章
CSS CSS粘滞页脚
部分不适用于 CSS 粘滞页脚
HTML/CSS 中的粘滞页脚,显示问题
css 粘滞的页眉/页脚
css 粘滞页脚
css Flexbox粘滞页脚