Home › Forums › CSS › BASIC LEVEL: Layout template without position › Re: BASIC LEVEL: Layout template without position
April 30, 2012 at 10:04 pm
#102034
Participant
So you want section 2 to always be under section 1, no matter how short or tall the #items block is? I think this would be it then? http://jsfiddle.net/senff/2uGkn/
#items is floated left
#section1 and #section2 just have a left margin of 200 pix (or whatever) but not floated.