欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

页脚位置_html/css_WEB-ITnose

程序员文章站 2022-05-19 08:13:24
...
有的时候页面的内容高度不够,但想要页脚靠在页面最下面,看到一个不错的解决办法,跟大家分享一下。

Hello World


回复讨论(解决方案)

原版的Css样式

        /* sticky footer------------------------------*/* {	margin: 0;}html, body {	height: 100%;}	.wrapper {	min-height: 100%;	height: auto !important;	height: 100%;	margin: 0 auto -267px; /* the bottom margin is the negative value of the footer's height */}.footer, .push {	height: 267px; /* .push must be the same height as .footer */}

支持分享

谢谢分享

分享光荣!

支持分享!!

相关标签: 页脚位置