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