Hi.. Hoffe ihr kennt mir schnell helfen..
hab nen kleinen denkfehler oder soo..
Ich hab in meiner css für die ganze Seite a {color: #000000;} (Linkfarbe) und a:hover {color: #999999;} (Hover Linkfarbe) angegeben..
Sieht man auf meiner seite über den Header (Impressum l Blog) http://s1mple.kilu.de
Alles suppa.. da ist ja auch ein weißer Hintergrund..
Nun möchte ich aber für die anderen Divs ne ander Farbeinstellung haben.. weil der Hintergrund bei den anderen Schwarz ist und nicht Weiß.. wie mach ich das?
Gruß
Edit: Hier mal die CSS-Datei
hab nen kleinen denkfehler oder soo..
Ich hab in meiner css für die ganze Seite a {color: #000000;} (Linkfarbe) und a:hover {color: #999999;} (Hover Linkfarbe) angegeben..
Sieht man auf meiner seite über den Header (Impressum l Blog) http://s1mple.kilu.de
Alles suppa.. da ist ja auch ein weißer Hintergrund..
Nun möchte ich aber für die anderen Divs ne ander Farbeinstellung haben.. weil der Hintergrund bei den anderen Schwarz ist und nicht Weiß.. wie mach ich das?
Gruß
Edit: Hier mal die CSS-Datei
/* Autor: Daniel Neuendorf
Start: 25.09.2007
*/
a {color: #000000;
text-decoration: none;}
a:hover {color: #999999;}
#container {
height: 786px;
width: 659px;
margin: 0px auto;
}
#header {
width: 659px;
height: 233px;
background-image: url(../bilder/header.png);
background-repeat: no-repeat;
}
#header #navi {
padding-left: 25px;
font-size: 0.6em;
color: #000000;
font-style: normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bolder;
padding-top: 5px;
}
#maincontent {
height: 512px;
width: 659px;
background-image: url(../Bilder/content.png);
background-repeat: repeat-y;
}
#footer {
width: 659px;
background-image: url(../Bilder/footer.png);
background-repeat: no-repeat;
text-align: right;
color: #FFFFFF;
height: 48px;
}
#navigation {
background-image: url(../Bilder/navi.png);
color: #FFFFFF;
height: 27px;
width: 659px;
}
#maincontent #content {
color: #FFFFFF;
padding-left: 45px;
padding-right: 45px;
padding-top: 3px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
Start: 25.09.2007
*/
a {color: #000000;
text-decoration: none;}
a:hover {color: #999999;}
#container {
height: 786px;
width: 659px;
margin: 0px auto;
}
#header {
width: 659px;
height: 233px;
background-image: url(../bilder/header.png);
background-repeat: no-repeat;
}
#header #navi {
padding-left: 25px;
font-size: 0.6em;
color: #000000;
font-style: normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bolder;
padding-top: 5px;
}
#maincontent {
height: 512px;
width: 659px;
background-image: url(../Bilder/content.png);
background-repeat: repeat-y;
}
#footer {
width: 659px;
background-image: url(../Bilder/footer.png);
background-repeat: no-repeat;
text-align: right;
color: #FFFFFF;
height: 48px;
}
#navigation {
background-image: url(../Bilder/navi.png);
color: #FFFFFF;
height: 27px;
width: 659px;
}
#maincontent #content {
color: #FFFFFF;
padding-left: 45px;
padding-right: 45px;
padding-top: 3px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
Kommentar