Andreas: Netscape / Links

Hallo,
sicherlich war das schon mal hier, nur die Suche ist ja ermüdend

ich habe folgende css-Datei die im netscape keine Berücksichtigung findet.

td {
font-family: Arial, Helvetica, sans-serif; font-size: 12px
}

a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #0089ca;
}

a:visited  {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #0089ca;
}

a:hover  {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
background-color: #0089ca;
color: #000000
}

a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #0089ca;
}

Ist es Möglich das für beide der td-tag funzt
Wie?

Da bei Netscape der Mouseover nicht funz kann ich diesen wenigsten als Link darstellen lassen?
Wie?

  1. hi

    ich habe folgende css-Datei die im netscape keine Berücksichtigung findet.

    worksforme - Version 4 noch? (geh' ich jetzt mal von aus.....)

    Ist es Möglich das für beide der td-tag funzt
    Wie?

    HÄ?!?

    Da bei Netscape der Mouseover nicht funz kann ich diesen wenigsten als Link darstellen lassen?
    Wie?

    ist doch einer....

    ein Rat zur Dateiverkürzung:

    a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #0089ca;
    }

    a:hover{
    background-color: #0089ca;
    color: #000000;
    }

    ..sagt das gleiche aus.

    1. Hallo

      netscape 4,xxx

      <TD> funzt: war Browser Einstellungs-Problem

      a{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-decoration: none;
      color: #0089ca;
      }

      a:hover{
      background-color: #0089ca;
      color: #000000;
      }

      ..sagt das gleiche aus.

      wieder was dazugelernt, Danke.

      War mein Fehler hatte beim Suchen/Ersetzen zuviel ersetzt

      Danke