Hallo,
Also das mit float:left und float:right ist doch nicht so unüblich, oder? Generell würd ich dann aber, wenn ihr mir schon nicht mit dem HG-Bild helfen könnt, wissen, was an dem CSS-Code alles vermurkst ist?
hier der CSS (den Rest habe ich nicht geändert)
--------------------
/*angaben, die für den ganzen body gelten*/
html, body {
height:100%;
margin:0px;
padding:0px;
font-family:verdana, sans-serif;
font-size:10px; /*ist verdammt kelein! */
background-color:#330000;
text-align:center;
scrollbar-base-color:#000000;
scrollbar-3d-light-color:#666666;
scrollbar-arrow-color:#333333;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#333333;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#333333;
}
/*schließt alle div-container zusammen*/
#aussenrum {
width:760px;
margin-left:auto;
margin-right:auto;
background:url(bilder/bg_raw.jpg) repeat-y fixed;
background-color:#123456;
}
/*beinhaltet die flash-datei*/
#titel {
background-color:#456789;
width:760px;
height:267px;
}
/*legt die linke spalte fest*/
#menu {
width:175px;
margin-top:40px;
margin-bottom:0px;
float:left;
}
/*class fürs menu*/
.menucontainer {
width:105px;
margin:0px 0px 0px 68px;
}
/*legt das inhaltsfenster fest*/
#mittelbereich {
width:585px;
margin-top:40px;
margin-bottom:0px;
float:left;
}
/*legt die zeile fürs untermenü fest*/
#untermenu {
height:40px;
}
/*class füs untermenü (rechts)*/
.untermenucontainer {
padding-left:250px;
}
/*legt das inhaltsfenster fest*/
#content {
margin:10px 0px 40px 0px;
font-size:9px;
line-height:17px;
text-align:justify;
color:#666666;
font-weight:normal;
}
#imcontent {
width:485px;
margin-left:15px;
}
--------------------------
Das Problem lag bzw liegt am width:100% für #aussenrum. Mit dem Code von oben funktioniert es, wenn es mehr Code gibt, als das Fenster hoch ist.
Wenn nicht, ist das bereich leider auch kleiner.
Mir fällt für das HTML jetzt auch nichts ein, wie man das (außer mit <br>s) lösen könnte.
Grüße
Thomas