R300
2007-08-25, 13:00:30
Hallo
Ich habe hier ne Kleinigkeit gebastelt, meine Problem ist nur, dass das Menü links immer nur so lang ist wie der Inhalt im Menü Platz braucht.
Ich will aber, dass das Menü bis zum schwarzen Rand nach unten gezogen wird. (Der Hintergrund mit dem Farbverlauf)
Und wenn es möglich ist dem gesamten Inhalt (Container) eine minimale Höhe geben.
Also damit der z.B. bei wenig Inhalt nicht kürzer als 600 Pixel ist, aber sich bei mehr Inhalt automatisch vergrößert.
Wäre cool wenn mir jemand dabei hilft. :)
Die Seite:
http://www.mams-online.de/mams2/index.php
CSS Code:
#container {
margin:auto;
border: 2px solid black;
width:976px;
}
#menu {
background:url(r-left.gif) repeat-y;
width:204px;
height:100%;
float:left;
padding-top:50px;
margin:0;
}
#header {
margin-left:204px;
background:url(header.gif) no-repeat;
height:180px;
width:772px;
}
#main {
background:url(r-main.gif) repeat-y;
width:772px;
padding:5px;
margin-left:204px;
}
Ich habe hier ne Kleinigkeit gebastelt, meine Problem ist nur, dass das Menü links immer nur so lang ist wie der Inhalt im Menü Platz braucht.
Ich will aber, dass das Menü bis zum schwarzen Rand nach unten gezogen wird. (Der Hintergrund mit dem Farbverlauf)
Und wenn es möglich ist dem gesamten Inhalt (Container) eine minimale Höhe geben.
Also damit der z.B. bei wenig Inhalt nicht kürzer als 600 Pixel ist, aber sich bei mehr Inhalt automatisch vergrößert.
Wäre cool wenn mir jemand dabei hilft. :)
Die Seite:
http://www.mams-online.de/mams2/index.php
CSS Code:
#container {
margin:auto;
border: 2px solid black;
width:976px;
}
#menu {
background:url(r-left.gif) repeat-y;
width:204px;
height:100%;
float:left;
padding-top:50px;
margin:0;
}
#header {
margin-left:204px;
background:url(header.gif) no-repeat;
height:180px;
width:772px;
}
#main {
background:url(r-main.gif) repeat-y;
width:772px;
padding:5px;
margin-left:204px;
}