Hallo Leute
Ich kann es nicht verstehen und finde den Fehler nicht.
habe ein Container und ein linkes Div Sidebar1 benannt, das sollte mit der Hintergrund Farbe bis zum Ende der Seite gehen auch wenn nichts darin steht, allerdings klappt es nicht und ichreis mir bald was aus, wer kann mir helfen.
body {
font: 100%/1.4 Verdana, Arial, §§ Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #000;
background-color: #3c4e58;
}
ul, ol, dl {
padding: 0;
margin: 0;
}
li {
list-style-type:none;
}
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
}
a img {
border: none;
}
a:link {
color: #FFFF00;
text-decoration: underline;
}
a:visited {
color: #FF0000;
text-decoration: underline;
}
a:hover, a:active, a:focus {
text-decoration: none;
}
.container {
width: 960px;
color: #FF0;
background-color: #5e757d;
border: thin solid #FF0;
margin-right: auto;
margin-left: auto;
margin-top: 25px;
margin-bottom: 15px;
}
.header {
height: 150px;
background-color: #2F553E;
background-image: url(../bilder/logo.gif);
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #FF0;
}
.navi {
}
.sidebar1 {
float: left;
width: 186px;
height: 100%;
background-color: #2F553E;
color: #FF0;
border-right-width: thin;
border-right-style: solid;
border-right-color: #FF0;
}
.content {
width: 770px;
height:auto;
float: right;
}
.content ul, .content ol {
padding: 0 15px 15px 40px;
}
.footer {
clear: both;
text-align:center;
text-decoration: none;
background-color: #2F553E;
color: #FF0;
height: 55px;
width: 100%;
border-top-width: thin;
border-top-style: solid;
border-top-color: #FF0;
padding-top: 15px;
}
.fltrt {
float: right;
margin-left: 8px;
}
.fltlft {
float: left;
margin-right: 8px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.tab_aufklaeber {
margin-left: 15px;
}
.klaeber_groesse {
margin-left: 15px;
height: 94px;
width: 92px;
}
.tabellefan {
margin-left: 10px;
}
Ich kann es nicht verstehen und finde den Fehler nicht.
habe ein Container und ein linkes Div Sidebar1 benannt, das sollte mit der Hintergrund Farbe bis zum Ende der Seite gehen auch wenn nichts darin steht, allerdings klappt es nicht und ichreis mir bald was aus, wer kann mir helfen.
body {
font: 100%/1.4 Verdana, Arial, §§ Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #000;
background-color: #3c4e58;
}
ul, ol, dl {
padding: 0;
margin: 0;
}
li {
list-style-type:none;
}
h1, h2, h3, h4, h5, h6, p {
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
}
a img {
border: none;
}
a:link {
color: #FFFF00;
text-decoration: underline;
}
a:visited {
color: #FF0000;
text-decoration: underline;
}
a:hover, a:active, a:focus {
text-decoration: none;
}
.container {
width: 960px;
color: #FF0;
background-color: #5e757d;
border: thin solid #FF0;
margin-right: auto;
margin-left: auto;
margin-top: 25px;
margin-bottom: 15px;
}
.header {
height: 150px;
background-color: #2F553E;
background-image: url(../bilder/logo.gif);
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #FF0;
}
.navi {
}
.sidebar1 {
float: left;
width: 186px;
height: 100%;
background-color: #2F553E;
color: #FF0;
border-right-width: thin;
border-right-style: solid;
border-right-color: #FF0;
}
.content {
width: 770px;
height:auto;
float: right;
}
.content ul, .content ol {
padding: 0 15px 15px 40px;
}
.footer {
clear: both;
text-align:center;
text-decoration: none;
background-color: #2F553E;
color: #FF0;
height: 55px;
width: 100%;
border-top-width: thin;
border-top-style: solid;
border-top-color: #FF0;
padding-top: 15px;
}
.fltrt {
float: right;
margin-left: 8px;
}
.fltlft {
float: left;
margin-right: 8px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.tab_aufklaeber {
margin-left: 15px;
}
.klaeber_groesse {
margin-left: 15px;
height: 94px;
width: 92px;
}
.tabellefan {
margin-left: 10px;
}
Kommentar