gecko-dev/layout/html/tests/block/clear-border-left.html
kipp%netscape.com 2f392118fc new
1998-12-05 19:13:58 +00:00

22 lines
434 B
HTML

<HTML>
<HEAD>
<STYLE type="text/css">
.r { border: 5px solid red; }
.g { border: 10px solid green; }
.b { border: 15px solid blue; }
</STYLE>
</HEAD>
<BODY>
<DIV CLASS=r>
<DIV CLASS=g>
<DIV CLASS=b>
<IMG SRC="raptor.jpg" align=left height=50 border=2>
This is some basic text flowing around a floating image.
<BR clear=left>
Done clearing left.
</DIV>
</DIV>
</DIV>
</BODY>
</HTML>