Scrolling Links
We can put a window that scrolls with links on our page

<div style="overflow:auto; height:100px; 
width:150px; background-color : white" >
<p>
This code will allow you to create a window that 
will have a menu bar that you can scroll down 
and have multiple links in it</p>
<p>
<br> 
<a href ="http://google.com">Google</a>
<br> 
<a href ="http://yahoo.com">Yahoo< /a>
<br>
<a href ="http://imdb.com">IMDB.com</a>
<br>
<a href ="">More Links</a>
<br>
<a href ="">More Links</a>
<br>
<a href ="">More Links</a>
<br>
<a href ="">More Links</a>
</div>