Does anyone know how to make multiple on scroll fixed headers? I\'ve checked answers such as this.
It\'s kind of what I want, but I want that header to stop before a
http://jsfiddle.net/4tmcLjq3/3/
position: sticky
with correct markup will do the work
PS: I know there is already an answer using position: sticky
but in that solution the previous header doesn't stop but overlaps with the next one. In my solution is stops before the next sticking.