Hi, I have a problem. Need help.
Imagine situation, user is at the bottom of some page.
Page presents document. Document consists of some parts.
User sees only last three parts.
User starts to scroll (using mouse wheel or scroll bar of browser window) to the top of the document.
I'm appending previous documents block to the top of the document. So existing blocks go down and user looses his point of view.
I'm looking for the opportunity to scroll him back to the part of the document which he was reading before appending parts.
Here is the image:
Green - existing document.
blue - appender part. I've tried to explain problem.
Imagine situation, user is at the bottom of some page.
Page presents document. Document consists of some parts.
User sees only last three parts.
User starts to scroll (using mouse wheel or scroll bar of browser window) to the top of the document.
I'm appending previous documents block to the top of the document. So existing blocks go down and user looses his point of view.
I'm looking for the opportunity to scroll him back to the part of the document which he was reading before appending parts.
Here is the image:
Green - existing document.
blue - appender part. I've tried to explain problem.