Netscape / Links
Andreas
- css
0 Kai Lahmann0 Andreas
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?
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.
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