首页课件丨教程安装教程网站Footer导航完美自动固定在底部div+css

网站Footer导航完美自动固定在底部div+css

网站Footer导航完美自动固定在底部div+css,为啥要添加完美呢?因为马上过年,我们需要一个比今年更完美一点

网站Footer导航完美自动固定在底部div+css

 

我们在设计网页的时候,都会遇到一个问题:

我底部导航要在底部,用position: absolute;定位的话,底部导航应该就连接在了内容的最后。如果内容够长超出屏幕效果还是比较理想的。如果内容比较短,那么footer导航直接在半中间。

随后我们就想到了一点,直接用position: fixed;不就好了吗?这样直接永远固定在底部,木有错,这样确实永远固定在了底部,只有中间内容在滑动,这也不是很理想。其实我们实际需要的效果应该是这样的:

网站Footer导航完美自动固定在底部div+css

内容少时:固定在底部

内容超出时:连接在内容底部,滑动到内容结束在显示

大部分都是用js去处理的,但是css也是可以的哦!

原理解释

1.分析:我们把网看成3部分,头部,内容,尾巴。分别写3个div

2.设置内容高度:

首先给html一个高度为100%

* { padding: 0; margin: 0; } html { height: 100%; }

body我们给一个最小的高度为100%和定位,footer基于body定位这样的话 即使内容短footer导航也能固定在底部,内容超出也会连接在下方

body { min-height: 100%; position: relative; }

代码演示:

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>1</title> <style> * { padding: 0; margin: 0; } html { height: 100%; } body { min-height: 100%; position: relative; } .footer { height: 100px; line-height: 100px; background: #8f7af9; width: 100%; position: absolute; bottom: 0; left: 0; color: #FFFFFF; text-align: center; font-size: 30px; font-weight: bold; } .feng { padding-bottom: 130px; } .rui { height: 200px; line-height: 200px; background-color: #4489ca; text-align: center; color: #FFFFFF; width: 80%; margin-top: 30px; margin-left: 10%; } .head { height: 100px; line-height: 100px; background: #ef7373; width: 100%; color: #FFFFFF; text-align: center; font-size: 30px; font-weight: bold; } </style> </head> <body> <div class="head"> 我是headder </div> <div class="feng"> <div class="rui"> 我是一个内容 </div> <div class="rui"> 我是一个内容 </div> <!-- 取消注释预览效果 --> <!-- <div class="rui"> 我是一个内容 </div> <div class="rui"> 我是一个内容 </div> <div class="rui"> 我是一个内容 </div> --> </div> <div class="footer"> 我是footer </div> </body> </html> 

 

 

声明: 1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:ceo@zunw.cn,我们将第一时间处理! 2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持 3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明。

给TA赏金
共{{data.count}}人
人已赏金
安装教程

微信云开发小程序如何将丢失源码的云函数下载到本地

2022-11-13 17:35:06

安装教程

新手如何做好新站seo优化搜索关键字AMP,MIP页面转化

2022-11-13 17:35:23

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
MySSL 安全签章