Next Div Does not appear correctly after floating two divs to right and left
- by user3703669
I have floated two divs to left and right...But the next div after those two divs does not appear correctly...
My code is follows
#Div1{ position: relative; float: left; }
#Div2{ position: relative; float: right; }
And the display as follows
<div id="Div1">This is aligned to left on the same x axis</div>
<div id="Div2">This is…