Forum Moderators: not2easy
some solutions:, though it depends on your requirements what is best for you to use...
If your top three positioned divs are all of the same height just make sure to give the following div a top margin of the same height as your "top section" (or slightly more if you want a gap)
or use a container div around the top section, again set to the height required and postion it relatively then position the (3)internal divs according to it.
or position the longest div of your top section relatively, though it will need to remain in the correct order in the HTML flow, then position the other two absolutely as required..
options options :)
Suzy
(typing too slow! ~ faltered already said some of this ;))