p4n!kK
Neues Mitglied
Hallo,
habe eine Homepage gemacht, bekomme es aber einfach nicht hin, dass links die Navi und der Content-Bereich unten bündig am Footer abschließen und zwar auch wenn mal mehr oder weniger Inhalt im Content ist..
Homepage: Motorsportclub Sachsenhausen e.V.
CSS Code:
Ich hoffe, ihr könnt mir helfen,
Lg Robin R. ;)
habe eine Homepage gemacht, bekomme es aber einfach nicht hin, dass links die Navi und der Content-Bereich unten bündig am Footer abschließen und zwar auch wenn mal mehr oder weniger Inhalt im Content ist..
Homepage: Motorsportclub Sachsenhausen e.V.
CSS Code:
PHP:
body
{
background-color: #F5F5F5;
background-image: url(bg.jpg);
font-family: Arial;
font-size: 100.01%;
width: 1000px;
height: 100%;
margin: auto;
padding: 0;
}
h3
{
color: #000000;
text-align: center;
}
h4
{
color: #00008B;
text-align: center;
}
#header
{
height: 149px;
width: 968px;
border: 1px solid #000000;
background: #FFFFFF url(header.jpg) no-repeat center;
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}
#navi
{
height: 278px;
width: 180px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
background: #FFFFFF;
margin-left: 15px;
float:left;
display: inline;
}
#content
{
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
margin-right: 15px;
margin-left: 196px;
background: #FFFFFF;
padding: 15px;
font-size: 12px;
text-align: justify;
}
#footer
{
height: 20px;
width: 968px;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
background: #FFFFFF;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
}
Ich hoffe, ihr könnt mir helfen,
Lg Robin R. ;)