Fraenk: <DIV>s mit css/sytele positionieren

Beitrag lesen

Hi,

ich ignoriere Dich doch nicht ;-)

Ich habe es nur nicht verstanden... Meinst Du so:

<div id="oben" style="background-color: #e8e8e8; width:90%; position:absolute; height:80px; z-index:10; top: 0px; left: 0px">
</div>
<div id="mitte" style="background-color: #000000; width:90%; position:absolute; z-index:11; top: 80px; bottom: 80px; overflow: visible; left: 0px">
</div>
<div id="unten" style="background-color: #e8e8e8; width:90%; position:absolute; height:80px; z-index:12; bottom: 0px; left: 0px">
</div>

Aber das Ergebnis sieht nur im NN7 so aus, wie ich mir das vorstelle, im IE5.0 ergibt der div "mitte" nur einen schmalen schwarzen Streifen...

Grüße - Frank