Beiträge von Aleks
-
-
Hallo Liebe Forumsmitglieder,
ich habe so ein ähnliches Problem und vielleicht kann mir jemand weiterhelfen.
Ich habe verschiedene Klassen in meiner CSS und würde gerne im Navibereich die Links weiß und im Haupftfenster die Links schwarz haben. Momentan sind alle weiß
HTML
Alles anzeigen.text { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12; font-weight: normal; } a:link { color: #000000; text-decoration:none } a:hover { color: #000000; text-decoration:none } a:active { color: #000000; text-decoration:none } a:visited { color: #000000; text-decoration:none } .navi { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12; font-weight: normal } a:link { color: #FFFFFF; text-decoration:none } a:hover { color: #FFFFFF; text-decoration:none } a:active { color: #FFFFFF; text-decoration:none } a:visited { color: #FFFFFF; text-decoration:none }
Vielleicht findet ihr ja den Fehler auf den ersten Blick, wäre euch dankbar.
Schöne Grüße
Aleks