How to insert two iscrolls in saparete divisions of a one html page ?
There is two divisions like
<div>
<div>
some text and images
</div>
<div>
some other text and images
</div>
</div>
each division should scroll independently
Thanks..
Thanks for help. I also found an answer..