I have the following:
<div class="outer" style="margin-bottom: 10px">
<div class="dialog-float">
<select name="AccountID" id="AccountID">
...
</select>
</div>
<div class="dialog-float">
<a href="xx" role="button">Create</a>
</div>
<div class="dialog-float">
<label for="htmlEdit">Html Editor</label>
</div>
</div>
What I would like to do is:
a) Have a 10px margin below the class “outer”. Right now it seems like that DIV does not have any height and the margin doesn’t appear properly.
b) Have all the “dialog-float” classes line up vertically.
Can someone give me some suggestions on what I am doing wrong.
add the following to your css file
Whenever you need to fix this kind of problems add “cc” or “clear_cont” class to the container DIV