My web page contains multiple div sections, each with its own content. I need the page to load initially with all sections visible. Then, I want the page to auto-scroll so that the header of the first section remains fixed while its contents scroll. Once the first section's contents end, the header of the second section replaces it and its contents start scrolling. This process continues until all sections have been shown, and then it starts again with the first section. Can someone guide me on how to achieve this?
You can find my code here: http://pastebin.com/EAYtsWAT
I am currently using jsscroller for automatic content scrolling. While I am able to scroll the contents, I'm unsure how to keep the header of each section fixed as the contents scroll, swapping headers as each section ends.