OK ich habe den Body mit der ID Top schwarz gefärbt und das Bild Center Top angeordnet. sieht aber genauso aus als ware es dem Header zugeordnet
Ich weis das ich mit Hilfe von css die Link Farbe ändern kann hab aus der vorhanden css die Parts kopiert und einer eigenen Formatdefinition für die Überischt hinzugefügt.
Beim Code muss ich doch jetzt die Namen anpassen, zum beispiel aus nav ul müsste doch level_1 ul werden?
Der Code hier ist aus der Orginaldatei:
Code:
/* Navigation */
#nav {
position: absolute;
margin: 0; padding: 0;
height: 40px;
width: 900px;
left: 0; top: 35px;
border-bottom: 1px solid #1A1A1A;
}
#nav ul {
float: left;
list-style: none;
width: 880px;
height: 40px;
margin: 0 0 0 5px; padding: 0;
display: inline;
}
#nav ul li {
display: inline;
margin: 0; padding: 0;
}
#nav ul li a {
float: left;
margin: 0; padding: 0 8px;
font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
text-decoration: none;
color: #5c9a12;
}
#nav ul li a:hover,
#nav ul li a:active {
color: #eee;
background: none;
border: none;
}
#nav ul li#current a {
color: #0077B5;
}
#header h1#logo-text a {
position: absolute;
margin: 0; padding: 0;
font: normal 72px Georgia, 'Times New Roman', Times, serif;
letter-spacing: -1.5px;
color: #fff;
text-decoration: none;
/* change the values of top and left to adjust the position of the logo*/
top: 140px; left: 10px;
}
#header h1#logo-text a:hover {
background: none; border: none;
}
#header p#intro {
position: absolute;
margin: 0; padding: 0;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: normal;
font-size: 18px;
line-height: 1.6em;
font-style: italic;
text-transform: none;
color: #cd9857;
width: 400px;
/* change the values of top and left to adjust the position */
top: 245px; left: 15px;