<!DOCTYPE html>
<html>

<HEAD>
<TITLE>Overflow Example</TITLE>
</HEAD>
<BODY>
<h1>overflow Property</h1>
<B>The author then said:</B>
<P>

<BLOCKQUOTE STYLE="WIDTH:1.6IN; HEIGHT:1IN; OVERFLOW:AUTO"> 
If this quote runs too long, a scrollbar will appear so that the viewer can 
continue to read the somewhat lengthy and definitely meandering quotation.
</BLOCKQUOTE>

<P ALIGN="LEFT" STYLE="WIDTH:2IN; HEIGHT:2.5IN; OVERFLOW:AUTO">  
<IMG SRC="/~sultans/html/demo/css/img/michael2.gif" >
</P>

<P ALIGN="LEFT" STYLE="WIDTH:2IN; HEIGHT:2.5IN; OVERFLOW:HIDDEN"> 
<IMG SRC="/~sultans/html/demo/css/img/michael2.gif">
</P>

</BODY>
</HTML>