Hi,
bin grade dabei ein Design in HTML und CSS umzusetzen, was auch bisher ganz gut klappte, doch nun bin ich auf ein Problem gestoßen.
Sitze schon knapp 2 Stunden daran, und habe auch schon vieles ausprobiert..
Und zwar ist zwischen dem Contentbereich und der Fußleiste eine Lücke.
Ich habe schon herausgefunden das es an der Höhe des Contentbereiches liegt, wenn ich richtig liege
Hier der Code:
bin grade dabei ein Design in HTML und CSS umzusetzen, was auch bisher ganz gut klappte, doch nun bin ich auf ein Problem gestoßen.
Sitze schon knapp 2 Stunden daran, und habe auch schon vieles ausprobiert..
Und zwar ist zwischen dem Contentbereich und der Fußleiste eine Lücke.
Ich habe schon herausgefunden das es an der Höhe des Contentbereiches liegt, wenn ich richtig liege
Hier der Code:
Code:
img{border:0;}
#body {width: 820px; height: auto; margin: 0 auto; color:#000; }
#header {width: 820px; height: 160px; margin: 0 auto; background: url(images/header.png); }
#main {width: 820px; height: auto; margin: 0 auto; }
#nav_bar {width: 820px; height: auto; margin: 0 auto; }
#content {background:url(images/content_background.png) no-repeat; width: 820px; height: auto; background-color:#fff; }
#titel {width: 800px; height: auto; margin: 0 auto; text-align:center; }
#titel h1 {padding: 7px 0 0 10px; font-size: 24px; font-family: trebuchet ms, tahome, verdana, arial, sans-serif; padding-top: 60px; }
#content p {padding: 0 15px 0 15px; padding-bottom: 60px; font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; }
#footer {width: 820px; height: auto; margin: 0 auto; }
ul {margin: 0; padding: 0; list-style: none; }
li {display: inline; padding: 0; float: left; }