In deinem HTML-Code sind immer noch elf Fehler, in deinem Navi-CSS ist auch noch ein Fehler (mit der Angabe xp statt px geht nunmal nix..).
Ich dachte, du hättest die entfernt? Mit Fehlern im Code lässt sichs schlecht arbeiten ;)
Grüße
Moderator: lauras
* {
margin: 0;
padding: 0;
}
body {
font: 100% sans-serif;
color: #000;
background-color: #fff;
}
#kopf {
font: 1.8em serif;
text-align: center;
background-color: #dad6b1;
border-bottom: #6f7400 2px solid;
padding: 40px;
}
#container {
margin: 0 auto;
width: 960px;
background-repeat:repeat-y;
background: url(dateien/layoutvaria.gif) repeat-y;
}
#navigation {
width: 250px;
float: left;
}
#inhalt {
margin-left: 300px;
margin-right: 100px;
position:absolute;
top: 179px;
position:fixed;
}
#inhalt h2{
color: #565919;
}
#fuss {
background-color: #dad6b1;
padding: 39px;
color: #000;
border-top: 2px solid #6f7400;
clear:left;
margin-top: 7em;
position: absolute;
}
p {
margin-bottom: 20px;
}
#Navigation {
background-color: #ebea2e;
width: 250px;
font-size: 0.8em;
border-top: 30px solid #dad6b1;
}
#Navigation ul {
list-style-type: none
}
#Navigation a, #Navigation strong {
text-decoration: none;
letter-spacing: 1px;
display: block;
padding: 5px 15px;
border-bottom: 1px solid white;
color: #565919;
}
#Navigation a:hover, #navigation a:focus, #navigation a:active {
background-color:#dad6b1;
font-weight: normal;
}Zurück zu HTML - xHTML - HTML5
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast