[Wbblite] Linkfarben ändern sich nicht bei wbblite

schattenfell
Hallo GBler!
Ich habe mal wieder ein Problem. Die Linkfarben im Forum ändern sich nicht bzw. nur der Link an sich nicht, geht man mit der Maus drüber, funktioniert es. Ich schätze, dass es am Code liegt, ich kann aber keinen Fehler entdecken. Ihr seid meine letzte Hoffnung, daher hoffe ich hier eine Lösung zu finden.
Liebe Grüße;
Schattenfell

PS:
Hier könnt iihr euch den Fehler genauer ansehen:
klick
Das ist der Code:

<STYLE type="text/css">
font-size: 10pt;
font-family: Verdana;
color: #888969;
text-align: center;
scrollbar-face-color: #d9dba1;
scrollbar-highlight-color: #d9dba1;
scrollbar-3dlight-color: #d9dba1;
scrollbar-darkshadow-color: #d9dba1;
scrollbar-shadow-color: #d9dba1;
scrollbar-arrow-color: #888969;
scrollbar-track-color: #d9dba1;
A:link {color: #888969; text-decoration: none;}
A:visited {color: #888969; text-decoration: none;}
A:active {color: #888969; text-decoration: none;}
A:hover {color: #888969; text-decoration: none; position:relative; top:1px; left:1px;}
</STYLE>
anna.
edit .___. falscher thread großes Grinsen
schattenfell
kann mir denn niemand helfen?
anna.
Das löst dein Problem wahrscheinlich nicht, aber du brauchst kein <style ..> & </style> anzugeben, wenn dus im ACP beim Style rein schreibst, das macht es von allein.
schattenfell
hats wirklich nicht gelöst xD
aber danke (=
ich finde es nur so seltsam, dass es funktioniert, wen man mit der maus drübergeht.
Medic Droid
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
body {
font-size: 10pt;
font-family: Verdana;
color: #888969;
text-align: center;
scrollbar-face-color: #d9dba1;
scrollbar-highlight-color: #d9dba1;
scrollbar-3dlight-color: #d9dba1;
scrollbar-darkshadow-color: #d9dba1;
scrollbar-shadow-color: #d9dba1;
scrollbar-arrow-color: #888969;
scrollbar-track-color: #d9dba1;
}

A:link {
color: #888969; 
text-decoration: none;
}

A:visited {
color: #888969; 
text-decoration: none;
}

A:active {
color: #888969; 
text-decoration: none;
}

A:hover {
color: #888969; 
text-decoration: none; 
position:relative; 
top:1px;
left:1px;
}


versuchs einfach mal damit
schattenfell
Es funktioniert! *5 Kekse geb*
Vielen vielen Dank!
Medic Droid
super, du hattest des body {} vergessen^^
schattenfell
was für'n blöder fehler >.<
dafür könnt ich mich wieder an die stirn klatschen xD