I have created a never-ending page, where more content is loaded at the bottom when the user scrolls to the end. Specifically, I am loading blog posts. This part of the project is complete. However...
My boss has asked me to add a sliding feature that showcases the newly added posts. The issue I am facing is that the older posts at the top disappear under a fixed header when I slide up the 'posts-container'.
For a better understanding, please scroll to the bottom of this result page: http://jsfiddle.net/jlstr/D4BqN/
In short, can anyone guide me on how to design a layout for the posts that displays all posts without them disappearing under the fixed header?
Thank you in advance! Best Regards!