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

jquery文本文字突出高亮显示插件

一款在段落中文本突出显示插件,用于突出显示段落中的单词或字符串中的字符。
  其它&杂项
 178  

jquery文本框右侧带显示密码特效代码

一款密码输入框右侧带可显示/隐藏密码按钮,可显示当前输入的密码字符。
  其它&杂项
 284  

jquery根据不同浏览器加载png/webp图片插件

一款自动判断当前客户端所实用浏览器,自动加载webp图片,如果都不是则加载png图片。
  其它&杂项
 172  

jquery检测当前用户空闲状态触发事件

一款当前用户空闲检测插件,用于检测用户的页面的行为状态,并在用户空闲一定时间后触发事件。包含:鼠标操作、键盘操作、触摸操作等。
  其它&杂项
 175  

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

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