Mein css:
#main {
display: block;
top: 0px;
bottom: 0px;
height: auto;
margin-top: 55px;
max-width: 100%;
overflow: scroll;
position: absolute;
}
#content {
background-color: #fff;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #eee;
-moz-box-shadow: inset 0 0 5px #000;
-webkit-box-shadow: inset 0 0 5px #000;
box-shadow: inset 0 0 5px #000;
margin: 5px;
}
Was ich will:
Was ich bekomme:
Rot = absolute Überschrift
White = #main mit "blauen" Bildlaufleisten
Grün = #Inhaltsrahmen mit dem Text darin.
Ich schätze, es ist recht einfach zu lösen, aber ich habe es auch nach langem Probieren nicht geschafft :P
Aktualisiertes/vereinfachtes jsfiddle: http://jsfiddle.net/YAgW2/9/