Ich seh die Seite im IE richtig. Aber im FF ist die rechte Kolonne nach unten verrutscht.
Ich weiss nicht was ich machen soll, ich hab schon total viel probiert.
Ich hoffe jemand von euch kann mir helfen. Hier sind die css-definitionen
* { padding: 0; margin: 0; }
body {
font-family: Arial;
}
h1 {
float: left;
font-family: Haettenschweiler;
font-size: 72px;
color: orange;
}
#wrapper {
margin: 0 auto;
width: 98%;
background-image: url(logos/bgr.jpg);
}
#kopf {
width: 98%;
padding: 10px;
height: 120px;
margin: 10px 0px 0px 0px;
}
#navigation {
padding: 10px;
margin: 0px 0px 0px 0px;
background: lightblue;
}
#leftnavi {
display: inline;
margin: 10px 0px 0px 0px;
width: 25%;
padding: 10px;
position: relative;
float: left;
background: lemonchiffon;
}
#leftcolumn {
float: left;
margin: 10px 13px;
padding: 10px;
width: 48%;
display: inline;
position: relative;
}
#rightcolumn {
display: inline;
position: relative;
margin: 10px 10px 10px 0px;
padding: 10px;
float: right;
background: lightpink;
}
.clear {
clear: both;
background: none;
}
Die Website ist http://kulturprojekt.lima-city.de
Ich bin froh um jede Hilfe.
Danke schon im Voraus
LG
Joux
