Hi,
#header_right
{
float: right;
width: 272px;
height: 104px;
background-image: url(logo.gif);
}
div.menu
{
width: 147px;
height: 491px;
float: left;
border: solid 1px blue;
background-image: url(2_neu.gif);
margin:0;
}
div.mitte
{
height: 491;
border: solid 1px yellow;
background-image: url(3_plus_anschnitt.gif);
background-repeat: no-repeat;
margin:0;
}
div.content
{
margin:0;
height: 491px;
width: 624px;
float: right;
border: solid 1px green;
}
da du alles, bis auf die
div.mitte
floatest, nimmst du auch damit alle Elemente aus dem Fluss.
Floate div.mitte
auch, dann sollte es gehen.
Grüße,
Engin
GYRO