carolpanda
New Member
I have three consecutive \[code\]<div>\[/code\]s which need to be positioned in two columns with the first \[code\]<div>\[/code\] occupying the first column and the rest occupying the right column, as in the below image and this jsfiddle. In the jsfiddle I'm using a \[code\]width\[/code\] constraint to force the \[code\]float\[/code\]s into position. Could this be accomplished in another way and without using a \[code\]width\[/code\] constraint? The order of the \[code\]<div>\[/code\]s can't be changed.
I'd prefer a solution that uses as few fixed \[code\]<div>\[/code\] widths as possible.