Hi,
I'm pretty new to CSS.
I have a page with a menu bar off to the left. I currently have the height of the menu bar to 600px and I have a background color set on the menu bar (See code SNIP below).
The main area is off to the right of the menu bar. The content in the main area will grow (down) from time to time. When the content in the main area does grow, the background color of the left menu bar remains static at it's 500px. I'd like to make the left menu bar background color dynamically grow/shrink as the main content area grows down/up.
The page I'm working on was initially done using HTML tables so when the table grew -- the background color grew with it.
How can I accomplish this in CSS?
Thanks,
Mike
Start Free Trial