Auto Scroll Bars

Example Code



<!-- Codes by HTMLmagics -->
<div style="border:1px solid black;width:150px;height:150px;overflow:auto;">
<p>Not much text = no scroll bars.</p>
</div>
<p><a  style="font-size:11px;color:#999;" href="http://htmlmagics.blogspot.com/scroll-boxes/scroll-box-code.cfm">Scrollbox Code</a></p>

Result


Not much text = no scroll bars.