Why won t first div in this html display as a column next to the rest of the html that is float:right?
<div style="padding-top:20px; float:left; width:50%; clear:both">Column 1</div>
<div class="" style="padding-bottom: 10px; padding-right:20px; width: 50%; float:right; clear:both;">
<label for="title">
<h3 style="text-align:left">Column 2</h3>
</label>
</div>
<div class="" style="padding-bottom: 10px; padding-right:20px; width: 50%; float:right; clear:both;">
<input type="text" maxlength="255" value="">
</div>
<div class="" style="padding-bottom: 10px; padding-right:20px; width: 50%; float:right; clear:both;">
<label for="body">
<h3 style="text-align:left">Column 2</h3>
</label>
</div>
<div class="" style="padding-bottom: 10px; padding-right:20px; width:50%; float:right; clear:both;">
<textarea maxlength="60000"></textarea>
</div>
页: 1