Hallo!
Ich hab ein DIV:
#maincontainer {position: absolute;
top: 5px;
width: 800px;
min-height: 560px;
height:auto !important;
left: auto;
right: auto;
overflow: visible;
border:3px dashed #b9821a;
top: 50%;
left: 50%;
margin-top: -280px;
margin-left: -400px;}
in dem ein anderes DIV liegt:
#rightcontent {color: #000000;
position : absolute;
top : 70px;
left : 190px;
min-width: 550px;
min-height: 350px;
height:auto !important;
padding-top: 5px;
overflow: visible;
border:1px solid #b9821a;}
das "rightcontent" vergrößert sich entsprecht des Inhalts....
Aber leider bleibt das "maincontainer" immer gleich groß :(