How to make scroll widget blog

If you want to make scroll in your widget blog, you can use this tutorial:
The First Way:
If use widget HTML/JavaScript you can use script bellow :

<div style="overflow:auto;width:100%;height:200px;padding:0px;border:0px solid #eee">
You link or writing here
</div>
The second way:

»» Read More....