舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

微件:Sandbox:修订间差异

来自舰R百科
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第24行: 第24行:
<script>
<script>
window.onscroll = function() {
window.onscroll = function() {
     var pos = window.scrollY;
     var table = document.getElementById("fixed-header-table");
    var top = document.getElementById("fixed-header-table").offsetTop;
    var bottom = document.getElementById("fixed-header-table-bottom").offsetTop;
     var hdr = document.getElementById('fixed-table-header');
     var hdr = document.getElementById('fixed-table-header');
     if (top < pos && pos < bottom) {
    var rect = table.getBoundingClientRect();
     if (rect.top < 0 && rect.bottom > 0) {
         if (hdr == null) {
         if (hdr == null) {
            table = document.getElementById('fixed-header-table');
             hdr = table.cloneNode(true);
             hdr = table.cloneNode(true);
             hdr.id = 'fixed-table-header';
             hdr.id = 'fixed-table-header';

2016年9月27日 (二) 15:52的版本