摘要: 1、头部和底部固定,中间内容滚动,不涉及fixed 1)absolute与height:100% <!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, 阅读全文
posted @ 2018-04-28 22:17 雨夜稻草 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: 可以设置两个table,th,td得设置宽度: <table> <thead> <tr><th></th></tr> </thead> </table> <div style="max-height:500px;overflow-y:auto"> <table> <tbody> <tr><td></ 阅读全文
posted @ 2018-04-28 22:11 雨夜稻草 阅读(626) 评论(0) 推荐(0) 编辑