Erstmal frohes Neues Jahr!!
Kann sein, dass ich mich jetzt fürchterlich blamiere... aber ich habe folgendes Problem:
Ich habe meine Seiten nun auf Styles umgestellt. Funktioklappert auch alles ganz wunderbar, nur kann es manchmal passieren, dass plötzlich bei Netscape die Schriftgrössen kleiner dargestellt werden. Es kommt nur hin und wieder vor, aber es kommt vor. Eine Seite, die eben noch normal dargestellt wurde, zeigt plötzlich eine kleinere Schrift an. Beim Neustart ist alles wieder ok. Als ich noch Font-Tags verwendet hatte, passierte das nie.
Woran liegt das? Kann ich das ändern oder muss ich damit leben?
meine styles.css sieht so aus:
--
p, td, th { color: #104770;
font-family: verdana,arial,helvetica;
font-size: 12px;
font-style: normal;
line-height: 140%;}
a { Text-Decoration: none; }
a:link {font-family: verdana,arial,helvetica;
font-size: 12px;
color: #687770;
text-decoration: none; }
a:visited {font-family: verdana,arial,helvetica;
font-size: 12px;
color: #374f66;
text-decoration: none; }
a:hover {font-family: verdana,arial,helvetica;
font-size: 12px;
color: #0000ff;
text-decoration: none; }
--
Kann sein, dass ich mich jetzt fürchterlich blamiere... aber ich habe folgendes Problem:
Ich habe meine Seiten nun auf Styles umgestellt. Funktioklappert auch alles ganz wunderbar, nur kann es manchmal passieren, dass plötzlich bei Netscape die Schriftgrössen kleiner dargestellt werden. Es kommt nur hin und wieder vor, aber es kommt vor. Eine Seite, die eben noch normal dargestellt wurde, zeigt plötzlich eine kleinere Schrift an. Beim Neustart ist alles wieder ok. Als ich noch Font-Tags verwendet hatte, passierte das nie.
Woran liegt das? Kann ich das ändern oder muss ich damit leben?
meine styles.css sieht so aus:
--
p, td, th { color: #104770;
font-family: verdana,arial,helvetica;
font-size: 12px;
font-style: normal;
line-height: 140%;}
a { Text-Decoration: none; }
a:link {font-family: verdana,arial,helvetica;
font-size: 12px;
color: #687770;
text-decoration: none; }
a:visited {font-family: verdana,arial,helvetica;
font-size: 12px;
color: #374f66;
text-decoration: none; }
a:hover {font-family: verdana,arial,helvetica;
font-size: 12px;
color: #0000ff;
text-decoration: none; }
--
Kommentar