热搜:NVER node 开发 php

页脚位置_html/css_WEB-ITnose

2024-11-27 21:05:01
页脚位置_html/css_WEB-ITnose

有的时候页面的内容高度不够,但想要页脚靠在页面最下面,看到一个不错的解决办法,跟大家分享一下。

                

Hello World

this is the footer


回复讨论(解决方案)

原版的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 */}

支持分享

谢谢分享

分享光荣!

支持分享!!

相关推荐