纯CSS实现的自适应高度布局,中间内容不符自动滚动条。兼容IE9以上、chrome、FF。关键属性是box-sizing: border-box。

不废话,直接上代码:

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<style>
*{padding:0;margin:0}
.head{
height:90px;
background: #090;
position: absolute;
width: 100%;
}
.content{
height:100%;
background: #808;
position: absolute;
width: 100%;
padding:90px 0 30px 0;
box-sizing: border-box;
z-index: -1;
}
.foot{
height:30px;
background: #890;
position: fixed;
bottom:0;
width: 100%;
}
.cnt{
height:100%;
overflow: auto;
}
</style>
<body>
<div class="head">Head</div>
<div class="content">
<div class="cnt">
内容<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
内容<br/>
<div>div here</div><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
内容<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
内容<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
内容<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
内容
</div>
</div>
<div class="foot">Foot</div>
</body>
</html>

最新文章

  1. apachetop 实时监控apache指定日志
  2. New Valid Tracking Metric Now Available in Seller Central
  3. Linux系统编程@终端IO
  4. 关于getpw系列函数返回的静态区域
  5. 飘逸的python - zlib压缩存到数据库
  6. js原生设计模式——2面向对象编程之继承—多继承
  7. CoreAnimation 变换
  8. [bzoj1706] [usaco2007 Nov]relays 奶牛接力跑
  9. linux常用命令合集(未完)
  10. 【技术与商业案例解读笔记】095:Google大数据三驾马车笔记
  11. 【学习笔记】JS设计模式总结
  12. HDU 1159:Common Subsequence(LCS模板)
  13. 廖雪峰Java4反射与泛型-1反射-4调用构造方法
  14. Revit API选择三维视图上一点
  15. python爬虫----&gt;github上python的项目
  16. python:利用smtplib模块发送邮件详解
  17. hdu2328 Corporate Identity
  18. 5G信令(就是用户身份信息)——手机开机后,先从USIM中读取之前运营商分配的临时身份信息GUTI/TMSI,发送携带该身份信息的信令给基站,请求接入运营商网络。
  19. 将glassfish 添加到服务中 ,自启
  20. gradle 安装试用

热门文章

  1. iOS App禁止横屏
  2. 解决SprngMVC中ResponseBody注解中文乱码
  3. 25条提高iOS App性能的建议和技巧
  4. ubuntu 16.04 设置位wifi热点 方法(手机可链接)亲测可用
  5. windows 10 设置
  6. DEV express 对Gridview某行的元素赋值
  7. 构造Json对象串工具类
  8. Struts2漏洞利用实例
  9. 【Exception—WebForm】当应用程序不是以 UserInteractive 模式运行时显示模式对话框或窗体是无效操作。请指定 ServiceNotification 或 DefaultDesktopOnly 样式,以显示服务应用程序发出的通知。
  10. 互联网+下PDA移动智能手持POS超市收银开单软件