<DIV ID="oTxt" STYLE="background-color: #CFCFCF; width: 200px; height: 200px; overflow: hidden;">
<P>This <B>DIV</B> object has a lot of information.</P>
<P>So much information, in fact, that this text will extend beyond the height and width values specified in an inline style.</P>
<P>One of the ways to manage this is with the <B>overflow</B> attribute | <B>overflow</B> property.</P>
<P>By setting the <B>overflow</B> attribute inline on the <B>DIV</B> with a value of 'auto', the <B>DIV</B> will automatically add scrollbars if necessary.</P>
<P>Experiment with the different overflow settings by clicking the button at the top of the page.</P>
</DIV>
<input type="button" name="show" value="show" onclick="document.all.oTxt.style.overflow='auto'">