060.html   [plain text]


<html>
<body>
There should be two 100x100 green squares below.  They should be vertically stacked.

<div style="position:absolute;left:10px;top:40px;height:100px;background-color:green">
<div style="min-width:100px"></div>
</div>

<div style="position:absolute;left:10px;top:150px;height:100px;background-color:green">
<div style="width:300px; max-width:100px"></div>
</div>