StickyTableHeaders
StickyTableHeaders copied to clipboard
Changing the top CSS value within base.toggleHeaders from 0 to newTop…
Proposed resolution to Issue #107.
When viewing the table header in FireFox Inspector, I notice the CSS top value within the style attribute of the thead.tableFloatingHeaderOriginal element will very quickly switch back and fourth between 0px and the value defined by the newTopOffset
variable. Changing the CSS top to use newTopOffset
seems to fix the problem in FireFox, Chrome and IE.