CSS 粘性页脚CSS

Posted

tags:

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

html, body {height: 100%;}

#wrapper1 {min-height: 100%;}

#wrapper2 {
	overflow:auto;
	padding-bottom: 16.5em;   /* must be same height as the footer */
}

#footer {
	margin: -16.5em 0 0 0; /* negative value of footer height */
	height: 16.5em;
} 

以上是关于CSS 粘性页脚CSS的主要内容,如果未能解决你的问题,请参考以下文章

CSS 粘性页脚CSS

CSS 粘性CSS页脚

粘性页脚问题 - CSS

如何使用 CSS 制作粘性页脚?

CSS - 粘性页脚[重复]

Css 粘性页脚 - 响应式