I have the a page, in the "middle" of the page i have a container div, where I set a background color and a border and such.
Inside this div there are several other divs which have their visibility turned on and off and whatnot... the size of these internal divs ranges greatly.
I want to set a minimum height to this container div, but also let it grow when the content is larger than that height.
I'm not having much luck, if I set a height, then it works fine on the small divs, but large divs just continue on past the background color/border.
I have a feeling I'm missing something simple... and no, it's not an option to just put the style information in each of the internal divs.
Inside this div there are several other divs which have their visibility turned on and off and whatnot... the size of these internal divs ranges greatly.
I want to set a minimum height to this container div, but also let it grow when the content is larger than that height.
I'm not having much luck, if I set a height, then it works fine on the small divs, but large divs just continue on past the background color/border.
I have a feeling I'm missing something simple... and no, it's not an option to just put the style information in each of the internal divs.