I'm new to CSS layout, and am attempting to learn by converting a website done with tables to one done with divs.
I've made a page with side-by-side divs, essentially a menu on the left and content on the right.
Is there an easy way to make the left menu div to match the vertical height of the right div. The right div expands vertically, depending on amout of content and I would like the left menu div to expand with it.
I've made a page with side-by-side divs, essentially a menu on the left and content on the right.
Is there an easy way to make the left menu div to match the vertical height of the right div. The right div expands vertically, depending on amout of content and I would like the left menu div to expand with it.