Hallo.
Ich habe per CSS uns JavaScript eine Navigation geschrieben.
Nun ist das Problem dass die Schriften ein wenig unscharf dargstellt werden.
Nun stellt sich mir die Frage wie ich das verhindern könnte?
Der CSS Code:
Der Link
Kennt jemand dieses Problem?
mfg philipp
Ich habe per CSS uns JavaScript eine Navigation geschrieben.
Nun ist das Problem dass die Schriften ein wenig unscharf dargstellt werden.
Nun stellt sich mir die Frage wie ich das verhindern könnte?
Der CSS Code:
Code:
.nav, .sub {
font-family: Arial;
}
.spacer {
font-family: Verdana;
color: #000000;
font-size: 18px;
font-weight: normal;
}
.spacer-sub {
font-family: Verdana;
color: #ffffff;
font-size: 16px;
font-weight: normal;
}
.nav {
font-size: 19px;
font-weight: normal;
color: #F3FAF4;
text-decoration: none;
}
a.nav:link {color: #000000; }
a.nav:visited {color: #000000; }
a.nav:hover {color: #009900; }
a.nav:active {color: #009900; }
.sub {
font-size: 16px;
font-weight: normal;
color: #004488;
text-decoration: none; }
a.sub:link {color: #000000; }
a.sub:visited {color: #000000; }
a.sub:hover {color: #009900; }
a.sub:active {color: #009900; }
Der Link
Kennt jemand dieses Problem?
mfg philipp