Search⌘ K

Sticky Timeline Year Labels

Explore how to implement sticky year labels in a scrollable timeline using only CSS. Understand the use of semantic HTML and CSS sticky positioning to keep year headers visible as you scroll through grouped events without relying on JavaScript.

Problem description

You have a scrollable vertical list of events grouped under year headings. As the user scrolls, the heading for the current year should stick to the top of its container until the next year’s ...