ThomasG: Footer wird von Spalte überlagert

Hallo,
wer kann mir helfen?
Ich habe ein 3-Spalten-Menü mit Header und Footer erstellt, wobei die 3 Spalten den Footer überlagern bzw. mit einschließen. Ich möchte aber gerne, dass sich diese 3 Spalten dynamisch mit % zwischen Header und Footer einpassen. Auch wenn ein Fenster nur minimiert dargestellt wird. Code habe ich beigefügt. Für hilfreiche Tipps ware ich sehr dankbar.

HTML

<div class="wrapper">
  <div class="header"></div>
  <div class="push"></div>
  <div class="leftside"></div>
  <div class="content"></div>
  <div class="rightside"></div>
</div>
<div class="footer">Footer</div>

CSS

* {
margin: 0;
padding: 0px;
}
html, body {
height: 100%;
padding: 0px;
margin: 0px;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
min-width: 1024px;
margin: 0 auto -60px;
}
.header {
height: 161px;
width: 100%;
}
.leftside {
float: left;
height: 100%;
}
.content {
float: left;
height: 100%;
margin-top: -60px;
max-width: 100%;
}
.rightside {
float: right;
height: 100%;
margin-top: -60px;
width: 183px;
}
.footer, .push {
clear: both;
height: 60px;
min-width: 1024px;
}
.footer {
border-style: solid;
border-width: 1px;
}

  1. 'ǝɯɐu$ ıɥ

    ich denke die frage hättest du auch hier stellen können, ist ja ein folgeproblem...

    ssnɹƃ
    ʍopɐɥs

    --
    Answers: $1, Short: $5, Correct: $25, dumb looks are still free ...