ich würde jetzt gerne die navigation um 40 px nach unten verschieben weiß aber nicht wie...
könnt ihr mir helfen?
Lg Nico
könnt ihr mir helfen?
HTML:
body{
background-color:#CCCCCC;
}
#box1{
margin:auto;
width:1000px;
height:200px;
}
#kopf{
background-image:url(images/header.gif);
width:100%;
height:182px;
margin-top:31px;
}
#navigation ul {
list-style-type: none;}
#navigation { height: 32px; padding: 0 0 0 10px; background-color: #c0c0c0; background-image: url(images/bg_navi.gif);}
#navigation li {
font-size: 11px;
display: inline;
line-height: 21px;}
#navigation a { color: #ffffff; text-decoration: none; padding: 0 10px; float: left; }
Lg Nico