<div>
<div class="background_color_weiss schrift_hellblau" id="navigation">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
<div class="background_color_hellblau schrift_weiss" id="content">
<jdoc:include type="component" />
</div>
</div>
und die CSS-Datei:
body{
width:780px;
border:1px;
border-width:thin;
font-family:Arial;
font-style:normal;
font-size:medium;
font-weight:normal;
font-variant:normal;
margin:0;
padding:0;
}
#navigation {
width:200px;
border-right-style:solid;
border-right-width:8px;
border-right-color:rgb(185,27,28);
float:left
}
#content {
}
.schrift_rot {
color:rgb(185,27,28)
}
.schrift_dunkelblau {
color:rgb(38,43,111)
}
.schrift_hellblau {
color:rgb(67,82,163)
}
.schrift_weiss {
color:rgb(255,255,255)
}
.background_color_rot {
background-color:rgb(185,27,28)
}
.background_color_dunkelblau {
background-color:rgb(38,43,111)
}
.background_color_hellblau {
background-color:rgb(67,82,163)
}
.background_color_weiss {
background-color:rgb(255,255,255)
}
zu diesem Code-Schnipsel hab ich eine Frage...
Alles ist definiert in einer css-Datei...
Als Ergebnis eine "linke Spalte" Navigation, die aber nicht so weit runter geht, wie der Content-DIV.
Was mach ich gerade falsch... sieht halt total Panne aus...
Gruss
PS: gehört zu einem Template von Joomla... falls das wirklich wichtig sein sollte... denke aber nicht... da es sich um eine grundsätzliche Frage geht.
Danke