Hallo,
ich habe ein Template umgebaut. Mittlerweile habe ich es so hinbekommen,dass die Seite sowohl im IE als auch mit den anderen Browsern richtig angezeigt wird und auch funktioniert.
Leider hänge ich an einem Problem und scheine mir da die Zähne auszubeissen :(
Special Offers | American-Parts
Wie man auf der Seite sehen kann, fängt der Footer auf einer fixen Höhe an und nicht mehr dann, wenn die Seite "eigentlich" zu Ende sein soll. Ausserdem hat der Body nun irgendwie keine variable Höhe mehr.
Hat hier jemand einen Tip?
body {
position: absolute;
background: #000000;
color: #000000;
font-size: 13px;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
width: 770px;
left: 80px;
}
#container {
position: absolute;
width: 777px;
background: #ffffff;
text-align: left;
left: 0px;
top: 228px;
border: 0px solid #cccccc;
}
#content {
width: 530px;
position: absolute;
left: 195px;
right: 0px;
top: 10px;
padding: 5px 25px 15px 25px;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
min-height: 690px;
}
Vielen Dank!