Dotted Border - Thick

Example Code


<!-- Codes by HTMLmagics -->
<div style="border:1px dotted LimeGreen;width:150px;height:100px;overflow:scroll;">
<p>Here's a demonstration of how to add a thick, dotted border to a scroll box. To add the border, we use the CSS 'border' property.</p>
</div>
<p><a  style="font-size:11px;color:#999;" href="http://htmlmagics.blogspot.com/scroll-boxes/scroll-box-border.cfm">Scrollbox border code</a></p>



Result




Here's a demonstration of how to add a thick, dotted border to a scroll box. To add the border, we use the CSS 'border' property.