TheBirthdayMassacre
Neues Mitglied
Hi,
ich möchte gern meine Navigation etwas nach unten verschieben, sodass diese nicht direkt an den Header schließt.
Dies ist mir auch "fast gelungen", in dem ich bei margin eine "10" hingeschrieben habe. Wuerde ich jedoch eine "20" hinschreibe, macht dies seltsamerweiser keinen Unterschied, was das verschieben angeht
HTML:
#nav {
margin:10;
padding:0;
list-style:none;
}
HTML:
body {
background-repeat:repeat-x;
background-color:#FFF8E3;
margin:20px;
padding:0;
text-align:center;
}
h1 {
font-size:24px;
font-weight:888;
margin:0;
}
h2 {
font-size:10px;
font-weight:888;
margin:0;
}
h3 {
font-size:16px;
font-weight:888;
margin:0;
padding-bottom:5px;
border-bottom:1px dotted #CCC;
}
p {
margin-top:5px;
padding-bottom:5px;
font-size:11px;
line-height:1.5em;
}
#container {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:0 auto;
width:888px;
padding:0px;
height:auto;
background-color:#FFF;
text-align:left;
border-width:1px;
border-style:solid;
border-color:#000;
}
#banner {
width:888px;
height:130px;
margin-right:10px;
background-image:url(bilder/bg1c.gif);
float:left;
}
#content {
background:url(bilder/bg1.gif) repeat-y;
height:1%;
}
#leftColumn {
float:left;
}
#nav {
margin:10;
padding:0;
list-style:none;
}
#nav a {
display:block;
font-size:11px;
color:#FFF;
text-decoration:none;
padding:10px;
width:130px;
height:10px;
border-bottom:1px dotted #333;
}
#nav a:hover {
background-color:#333;
}
#leftColumnBottom {
width:130px;
padding:75px 10px 10px;
color:#EAEAEA;
}
#rightColumn {
float:left;
width:700px;
padding-left:20px;
color:#666;
}
#clear {
clear:both;
}
#copyright {
padding-top:10px;
font:10px Arial,Helvetica,sans-serif;
color:#000;
}
#copyright a {
text-decoration:none;
color:#000;
}
#copyright a:hover {
color:#000;
}