Hi,
My HTML is too eleborate to post here.
I have a 2 column layout, the 1st column is 160px and the 2nd column is much bigger.
For some reason the 2nd column is tucking below the 1st column.
What are common causes for this?
Update
What I want is this:
Column#1 Column#2
What is displaying (firefox is ok, IE6 is causing the problem):
Column#1
Column#2
Update
The 2nd column is wrapped in a
And the blueprintcss has this:
.container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
So I guess it is the clear:both ?