Visit this website with a unique feature - a scrolling div on the left. The div scrolls along rhythmically as you navigate through the page, changing colors dynamically. The use of position:fixed
is not the only method to achieve this effect.
So, what other technique could be used?
UPDATE:
While position:fixed
is commonly used to fix a div in place while scrolling, how can we also incorporate the rhythmic color changes? What additional research efforts should I consider (negative ranking) for this task?