Forum Moderators: not2easy
<div style="width : 20%; float : left;">Lines of stuff</div>
<div style="margin-left : 25%;">
<form>
<div style="clear : left;">More stuff</div>
</form>
</div> It seems the "More stuff" is clearing the floated <div>. Is this what should be happening, or is IE getting it wrong?
Either way, any suggested corrections?
Dont know if there anty ways around this though.
Dont know if there anty ways around this though.I was afraid of that. :(
Absolue positioning would probibly work, but I don't think the support is great there.
Two alternitives I thought of, but haven't tried yet, is either floating and clearing right, or using a span:
<div><label>label</lable><span><input /></span></div>