es geht um den roten bereich und den bereich daneben, ich bekomme das nicht auf die selbe höhe.
der wesentliche css teil dazu sieht so aus:
[CODE]
#navigation
{
float:left;
margin-top: 2em;
margin-bottom: 0.5em;
padding: 1em;
border: 1px solid #FF0901;
background-color: white;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;
min-height: 500px;
}
/*
inhalte mit navigation
*/
#main
{
margin-top: 2em;
margin-left: 220px;
margin-bottom: 0.5em;
padding: 1em;
border: 1px solid #999999;
background-color: white;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
text-align: justify;
min-height: 500px;
}
[/CODE]nach meiner überlegung sollten eigentlich beide teile (navigation und contentbereich, also in diesem fall „main“) auf der selben höhe anfangen…
wahrscheinlich bin ich schon betriebsblind :shock: