theEclipse
Programmer
Hello,
I am trying to float two elements, both of which are inside a parent div. It seems to me that whenever I put float in the css definitions, the element gets pulled out of the document flow and stuck on the far side of the screen.
Basic idea is this:
any ideas as to why that wont work for me?
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô
I am trying to float two elements, both of which are inside a parent div. It seems to me that whenever I put float in the css definitions, the element gets pulled out of the document flow and stuck on the far side of the screen.
Basic idea is this:
Code:
<div>
<div style="float:right;">
</div>
<div style="float:left;">
</div>
</div>
any ideas as to why that wont work for me?
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô