Beiträge von Sandra_C

    Hallo,

    folgender stylesheet kann im Firefox irgendwie nicht korrekt gelesen werden:

    <style>
    <!--
    a:link { font-family:Arial,Helvetica; font-size: 10pt; color: #FFFFFF; font-weight: bold; text-decoration: none}
    a:visited { font-family:Arial,Helvetica; font-size: 10pt; color: #FFFFFF; font-weight: bold; text-decoration: none}
    a:active { font-family:Arial,Helvetica; font-size: 10pt; color: #DFDFDF; font-weight: bold; text-decoration: none}
    a:hover { font-family:Arial,Helvetica; font-size: 10pt; color: #DFDFDF; font-weight: bold; text-decoration: none}
    -->
    </style>


    Die Einbindung ist wie folgt:

    <link rel="stylesheet" href="../css/style_nav.css" type="text/css">

    Im IE funktioniert es einwandfrei. Im Firefox ist die Farbe des aktiven Links nicht weiß sondern blau.

    Kann mir jemand helfen wie ich das Problem beseitigen kann?