So, there's a cool position: sticky CSS style - the idea is that it behaves like position:relative; but then once its containing element is scrolled it is like position: fixed -- good for column headers so they're always visible even when the body of the table or whatnot is halfway off the screen.
I was having trouble using it for my timelines project, it was seemingly ignored it - I resolved the problem by making sure its containing element had a height style explicitly set.
No comments:
Post a Comment