Hallo
ich hab auf meiner Homepage Links wie folgt definiert:
PHP-Code:
<style type="text/css">
<!--
BODY {
BACKGROUND-COLOR: #ffffff;
}
.Stil1 {
FONT-WEIGHT:bold;
FONT-FAMILY:Georgia,Times New Roman,Times,serif;
}
.Stil2 {
COLOR: #330000;
line-height:15px;
}
A:link {
COLOR: #330000;
tEXT-DECORATION: none;
}
A:visited {
COLOR: #330000;
TEXT-DECORATION: none;
}
A:hover {
COLOR: #ff9933;
TEXT-DECORATION: underline overline;
}
A:active {
COLOR: #ff9933;
TEXT-DECORATION: underline overline;
}
.Stil3 {
font-size: 17px;
font-weight: bold;
}
.Stil4 {font-size: 18px;
}
.Stil5 {
font-size: 13px;
font-weight: bold;
}
.Stil6 {
COLOR: #330000;
line-height:15px;
}
A:link {
COLOR: #330000;
tEXT-DECORATION: none;
}
A:visited {
COLOR: #330000;
TEXT-DECORATION: none;
}
A:hover {
COLOR: #ff9933;
TEXT-DECORATION: underline;
}
A:active {
COLOR: #ff9933;
TEXT-DECORATION: underline;
}
-->
</style>
Das Problem ist jetzt, das die links die mit Stil2 definiert sind das machen was Stil6 beinhaltet. Sprich die links sind nur noch underline'd und nicht mehr underline overline.
Wie mache ich das, damit er bei Stiel6 underline macht und bei Stiel2 under und overline macht?
MfG Fan