小编给大家分享一下css中实现footer定位的方法,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!
创新互联企业建站,10年网站建设经验,专注于网站建设技术,精于网页设计,有多年建站和网站代运营经验,设计师为客户打造网络企业风格,提供周到的建站售前咨询和贴心的售后服务。对于网站设计、网站建设中不同领域进行深入了解和探索,创新互联在网站建设中充分了解客户行业的需求,以灵动的思维在网页中充分展现,通过对客户行业精准市场调研,为客户提供的解决方案。
css实现footer定位
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <script src="http://csdnimg.cn/public/common/libs/jquery/jquery-1.9.1.min.js" type="text/javascript"></script> <style> html,body{ width: 100%; height: 100%; margin: 0; padding: 0; } *{ margin: 0; padding: 0; } .box{ width: 100%; min-height: 100%; padding-bottom: 50px; box-sizing: border-box; background: #e4e4e4; } .content{ background: #fff; border-bottom: 1px solid #999; } button{ margin: 10px auto; line-height: 30px; width: 20%; } footer{ height: 50px; line-height: 50px; text-align: center; margin-top: -50px; background: #fff; } </style> </head> <body> <div class="box"> <button onclick="beLong()">变长</button> <p class="content" id="content">内容</p> </div> <footer>footer</footer></body><script> function beLong() { document.getElementById('content').style.height = '1000px'; }</script> </html>
以上是css中实现footer定位的方法的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注创新互联行业资讯频道!
网站题目:css中实现footer定位的方法
文章转载:https://www.cdcxhl.com/article4/gcesie.html
成都网站建设公司_创新互联,为您提供网站内链、网站排名、品牌网站建设、外贸网站建设、手机网站建设、移动网站建设
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联