I am designing a few templates for my website. I am laying the divs out and specifying the height and width of each.
I have a large container div named main_cont. Within the 'main_cont', I have three (3) container divs named 'cont_left', 'cont_center', and 'cont_right'. Each one of those divs have three divs within them named left_1, left_2, left_3, center_1, etc...
I want to freely add content to the divs named left_1, left_2, left_3 etc but I don't want to have to continually resize them. Right now when I place all of these divs, they seem to lay on the right side of the screen.
How do I position them and keep them in those locations but still being able to resize vertically, without overlapping?