Hey,
ich arbeite gerade an einer Website und stehe nun vor folgendem Problem:
Die Navigation ist nicht ganz an der richtigen Stelle.
Ich kann aber auch keinen Fehler entdecken (liegt wol daran, dass ich noch nicht so vertraut mit HTML und CSS bin…).
Hier der HTML-Code:
blabla.
blabla
blbajksdgf
tschaui
© 2010 by blabla. | Impressum | Contact
hier der css-code:
body {
background: #dedede;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #292929;
}
a {
color: #FFDA20;
font-weight: bold;
text-decoration: none;
}
#container {
background: url("images/bg\_rahmen.png") repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-bottom: 0px;
width: 1024px;
}
#header {
width: 720px;
height: 189px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
background: url(images/header\_pic.png) no-repeat left top;
}
#navigation {
width: 720px;
height: 25px;
margin-left: auto;
margin-right: auto;
display: inline;
}
#navigation ul {
height: 10px;
margin-left: auto;
margin-right: auto;
width: 720px;
}
#navigation li {
display: inline;
}
#navigation a {
margin-left: auto;
margin-right: auto;
display: block;
float: left;
font-size: 14px;
font-weight: bold;
}
#content {
margin: 0 auto;
padding: 0 0px;
width: 720px;
text-align: center;
}
#footer {
margin-left: auto;
margin-right: auto;
background: #f8f8f8;
height: 25px;
text-align: center;
width: 720px;
}
table {
font-size: 12px;
margin: 0 auto;
}
Könntet ihr mir bitte helfen?
Danke,
Jeldrik