• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

active link wird bei mozilla falsch dargestellt

Status
Für weitere Antworten geschlossen.

auderzo

Neues Mitglied
Hallo und hilfe!


Ich bin einer, der nicht viel Ahnung hat, aber beruflich eine Webseite gestalten muss. Jetzt brauche ich bei einem kleinen Problem Hilfe und Rat. Ich habe per CSS Linkbefehle geschrieben, der Explorer zeigt alles wunderbar an, Mozilla hört nach dem hovern auf, und zeigt den active Link nicht (weinrot um die Schrift herum). Kann mir jemand helfen? hier mein zeug:
Code:
a:link {
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #696969;
}
a:visited {
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #696969;
}
a:hover {
    text-align: center;
    font-weight: bold;
    color: #800000;
    background-color:#FFFFFF;
    display:block;
    width:100%;
    height:100%;
}
a:active {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#800000;
    display:block;
    width:100%;
    height:100%;
}
.box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    height: 22px;
    text-align: center;
}
Danke für Hilfe...
auderzo


Mod-Edit: Code-Tags hinzugefügt. Bitte nächstes Mal selbst dran denken! (Maxi)
 
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben