Fixed header not in correct place
Fixed header not in correct place
pacey
Posts: 7Questions: 0Answers: 0
If you insert an element into the DOM above the table and after you have created the fixed header, the table moves down to accommodate the new element but the header stays where it was.
This discussion has been closed.
Replies
[code]
$("h3").after($("").text("BREAK ME"));
[/code]