gecko-dev/layout/html/tests/block/i-collapsing-nested-margins.html
kipp%netscape.com 2f392118fc new
1998-12-05 19:13:58 +00:00

17 lines
361 B
HTML

<HTML>
<HEAD>
<STYLE type="text/css">
B { background-color: rgb(180,180,180); }
DIV { margin: auto 0; background-color: khaki; }
</STYLE>
</HEAD>
<BODY>
Demonstrate collapsing nested + sibling margins:
<B>
<DIV><DIV>Auto margins</DIV></DIV>
<DIV><DIV>Auto margins</DIV></DIV>
<DIV><DIV>Auto margins</DIV></DIV>
</B>
</BODY>
</HTML>