I have div
with absolute positioning
<div style:position: absolute; left:50px; overflow: auto; top:200px; right:100px; bottom:25px;>
Above it there is a logo etc.
But if div scrolled down and page is refreshed, the scroll of this div goes at the top of the div.
Is there any method to keep div in previous position after page's refresh?