Hi i have made a generic type template. I have a main content div with a sidebar inside of a container div. which you can see.
To give you an idea the sidebar is about 200px the main content div is about 700px and the container div is about 1000px.
My Problem is: when one of the elements the sidebar grows in height in pushes the div that both the sidebar and the content div is in so you just see the background below the main content div.
What i want: i need to make it so the main div minimum height will be that of the container div so you don't see the background below it.
a min-height of a certain amount of pixels would not do it i need it dynamic.
Does anybody have a solution?