> Das interessiert bestimmt andere auch...

doch noch gefunden:

-----------------------------------
css:

.main   {
        position: relative;
        left: 0px;
        top: 0px;
        width: 780px;
        background-color: #cccccc;
        margin: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
/*      overflow: auto; */
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
}

.bottom {
        position: relative;
        bottom: 0px;
        width: 800px;
        max-width: 800px;
        height: 20px;
        background-color: #0000ff;
        margin: 0px;
}

.top    {
        position: relative;
        left: 0px;
        top: 0px;
        height: 20px;
        width: 800px;
        background-color: #00ffff;
}

.navigation     {
        background-color: #ffff00;
        width: 100px;
        padding: 5px;
        margin: 0px;
        position: relative;
        left: 0px;
        top: 0px;
        float: left;
}

.content        {
        background-color: #00ff00;
        width: 500px;
        padding: 5px;
        margin: 0px;
        position: relative;
        left: 180px;
        top: 0px;
}
--------------------------------

html:

<div class="bottom"></div>
<div class="main">
 <div class="navigation"></div>
 <div class="content"></div>
</div>
<div class="bottom"></div>

--------------------------------

Ist nicht perfekt und ne ziemliche "Murks-L�sung", funktioniert aber mehr
oder weniger.

Stefan

_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an