blob: b40e0c02f765c2f04600989675c9d2ddcfe0c729 [file] [edit]
<style>
body {
font-family: Ahem;
font-size: 10px;
}
.float {
float:left;
width: 10px;
height: 30px;
background-color: green;
}
.block_box {
margin-top: 50px;
background-color: transparent;
width: 10px;
height: 10px;
}
</style>
<div>
<div class=float></div>
<div class=block_box></div>
<div>after</div>
</div>
<div style="padding: 1px"></div>
<div>
<div class=float style="clear: both"></div>
<div class=block_box></div>
<div>after</div>
</div>