Andreas: Netscape / Links

Beitrag lesen

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?