hallo, habe ein layout
sonstiger inhalt
css dazu
html,body {
height:100%;
}
#main {
position:relative;
margin:0 auto;
width:1000px;
min-height:100%;
height:auto !important;
height:100%;
}
#stripe {
position:absolute;
min-height:100%;
height:auto !important;
height:100%;
width:30px;
margin-left:900px;
top:0;
left:0;
}
zum Problem: das main-div ist mit wenig Inhalt so hoch wie der Browser, auch das stripe-div wird über volle Browserhöhe angezeigt. Wenn aber der Inhalt so viel wird, dass die Seite gescrollt werden kann, ist zwar im FF alles toll, aber im IE6 bleibt das stripe-div auf normaler Browserhöhe und verlängert sich nicht bis zum Seitenende. Warum? (Doctype ist übrigens XHTML 1.0 Strict)