This is something I've always had a problem with but never asked about...
If I am floating two columns via div tags, one left and one right (such as navigation on the left column and main content on the right), Then I have two more things floating inside the right column (one right and one left). like so...
------------------------------------------------------------------------------------------------
| || -------------- (no) ----------------- |
| || | | | | |
| || | | | | |
| || | | | | |
| || | | | | |
| || -------------- ----------------- |
| || (yes) |
| || |
| || |
-------------------| |
| (no) |
-----------------------------------------------------------------------------
Then what I want to do is clear both the right and the left floats of the right column, but not the left column so that my next element ends up at the yes rather than the no.
*I will post some example code in just one second if any of this is unclear
Does anyone know how to do this!?
Thanks,
David