Open barnslig opened 10 years ago
The main menu should mark the current viewed item while scrolling. Maybe jQuery-scrollspy is useful.
I've added a class called .active that you can add to a <li>-element of the nav. Just add it to the currently shown article.
.active
<li>
Maybe jQuery Waypoints is also interesting to fix this issue.
The main menu should mark the current viewed item while scrolling. Maybe jQuery-scrollspy is useful.