How is it possible to keep the scroll position of a scrollable div within a modal dialog when it is re-opened?
I modified the basic downloadable example of simplemodal as follows:
<div id="basic-modal-content">
<h3>Scrollable Modal Dialog</h3>
<div style="width: 150px; height:100px; overflow: auto;">
a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>
</div>
</div>