emayoh
10-12-2006, 12:12 AM
I want to achieve this:
Copy copy copy copy
-----------------
| BOX 1 | BOX 2 |
-----------------
Copy continues below boxes
I am trying this
<DIV style="float:none;">
<DIV style="float:left; clear:right;">Box 1</DIV>
<DIV style="float:left; clear:right;">Box 2</DIV>
</DIV>
and I get this result:
Copy copy copy copy
----------------- Copy is continuing here
| BOX 1 | BOX 2 |
-----------------
Why doesn't float:NONE wrapped around the whole thing keep the whole thing from floating left?
Copy copy copy copy
-----------------
| BOX 1 | BOX 2 |
-----------------
Copy continues below boxes
I am trying this
<DIV style="float:none;">
<DIV style="float:left; clear:right;">Box 1</DIV>
<DIV style="float:left; clear:right;">Box 2</DIV>
</DIV>
and I get this result:
Copy copy copy copy
----------------- Copy is continuing here
| BOX 1 | BOX 2 |
-----------------
Why doesn't float:NONE wrapped around the whole thing keep the whole thing from floating left?