table表格内滚动特效代码

所属分类: 网页特效-其它&杂项    2023-12-27 11:58:21

table表格内滚动特效代码 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

table表格内滚动特效代码(共2个文件)

    • index.html

使用方法

.intro {
  max-width: 1280px;
  margin: 1em auto;
}
.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 350px;
}
.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: top;
}
.table-scroll thead th {
  background: #333;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #666;
  color: #fff;
  z-index:4;
}

a:focus {
  background: red;
} /* testing links*/

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #ccc;
}
thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 其它&杂项

jquery支持点击切换列表个网格布局特效代码

一款列表和网格布局点击切换特效,鼠标点击切换按钮可触发切换列表/网格布局。
  其它&杂项
 3859  0

jquery模拟智能手机界面做的交互式UI特效

这是一款参照手机桌面效果做的UI模板,主要功能包括电话、闹钟、日历和分页等元素的样式。加载页面时,使用了动感的CSS3动画特效。
  其它&杂项
 2869  0

jquery可自定义调整屏幕尺寸大小网页调试插件

断点检测器,用于检测断点更改并创建调试栏,窗口调整大小后显示当前媒体/设备类型和窗口大小。
  其它&杂项
 2721  0

jquery+React收件箱邮件列表内容查看代码

一款站内信消息查看插件,左侧消息列表式带滚动条,右侧是查看消息内容区域。
  其它&杂项
 9654  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论