45fan.com - 路饭网

搜索: 您的位置主页 > 电脑频道 > 编程代码 > 阅读资讯:通过CSS设置某个DIV一直在页面底部的方法介绍

通过CSS设置某个DIV一直在页面底部的方法介绍

2015-02-10 08:08:11 来源:www.45fan.com 【

通过CSS设置某个DIV一直在页面底部的方法介绍


css

复制代码 代码如下:

html, body, #sticker {height: 100%;}
body > #sticker {height: auto; min-height: 100%;}
#stickerCon {padding-bottom: 40px;}
#footer {margin-top:-40px; height: 40px; width: 100%; text-align: center; line-height: 40px; color: #ABA498; font-size: 12px; background: #fafafa; border-top:1px solid #E7E7E7;}


html

复制代码 代码如下:

<div id="sticker">
<div id="stickerCon"></div>
</div>
<div id="footer">footer</div>

 


本文地址:http://www.45fan.com/bcdm/9570.html
Tags: css
编辑:路饭网
推广内容
推荐阅读
热门推荐
推荐文章
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部