Vertical Scrollbar Code

Example Code


<!-- Codes by HTMLmagics -->
<div style="border:1px solid black;width:200px;height:150px;overflow-y:scroll;overflow-x:hide;">
<p style="background-color:Cornsilk;height:200%;">Here's a demonstration of how to make a scroll box with a vertical scrollbar. Note that to demonstrate the scrollbar properly, I've made this text higher than the actual scroll box.</p>
</div>
<p><a  style="font-size:11px;color:#999;" href="http://htmlmagics.blogspot.com/scroll-boxes/vertical-scrollbar.cfm">Vertical scroll bars</a></p>



Result




Here's a demonstration of how to make a scroll box with a vertical scrollbar. Note that to demonstrate the scrollbar properly, I've made this text higher than the actual scroll box.