微件:FixTableHeader:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<includeonly | <includeonly><script> | ||
window.onscroll = function() { | window.onscroll = function() { | ||
var tables = document.getElementsByClassName("fix-table-header"); | var tables = document.getElementsByClassName("fix-table-header"); | ||
| 第29行: | 第27行: | ||
if (hdr != null) hdr.remove(); | if (hdr != null) hdr.remove(); | ||
} | } | ||
</script></includeonly> | </script><style> #fixed-table-header { background-color: white; } </style></includeonly> | ||