<div class="one">aaaaaaaaaa </div>
<div class="one">bbbbbbbbbb </div>
<div class="one">ccccccccccc </div>
<span style="clear: both">
THIS SHOULD BE BELOW TABLE. WHY NOT?
.one {
background-color: red;
float: left;
}
Why in this example still is float? How can i use clear:both?