I've been having great success with my 3-panel liquid layout, but recently I encountered an issue.
It seems that when a div is floated to the left and another div below it has a clear:both property, all subsequent divs are being pushed down to the height of the right column. This creates a significant gap between Section 1 and Section 2.
You can view the code for yourself here: jsfiddle.net/QbSsb/
Is there a solution or workaround for this in a 3-panel liquid layout?
Thank you in advance, Susan