摘要:
1、头部和底部固定,中间内容滚动,不涉及fixed 1)absolute与height:100% <!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, 阅读全文
摘要:
可以设置两个table,th,td得设置宽度: <table> <thead> <tr><th></th></tr> </thead> </table> <div style="max-height:500px;overflow-y:auto"> <table> <tbody> <tr><td></ 阅读全文