Hi Leute,
ich hab da ein kleines Problem, und zwar:
Wenn ich in einer css einen a:hover setze und
auch gleich die Schriftgröße eingebe, bleibt
die größe nicht statisch. Damit meine ich,
dass wenn ich im Browser auf große Schriftarten
stelle sich die Links vergrößern.
Dieses Problem ist mir nur bei dem a:... Definitionen
aufgefallen ?
Hier meine CSS:
a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000066; text-decoration: none}
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000066; text-decoration: none}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #000000}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0099FF; text-decoration: none}
über einen kleinen Tip würde ich mich sehr freuen
netten Gruß, hOk
ich hab da ein kleines Problem, und zwar:
Wenn ich in einer css einen a:hover setze und
auch gleich die Schriftgröße eingebe, bleibt
die größe nicht statisch. Damit meine ich,
dass wenn ich im Browser auf große Schriftarten
stelle sich die Links vergrößern.
Dieses Problem ist mir nur bei dem a:... Definitionen
aufgefallen ?
Hier meine CSS:
a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000066; text-decoration: none}
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000066; text-decoration: none}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #000000}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0099FF; text-decoration: none}
über einen kleinen Tip würde ich mich sehr freuen
netten Gruß, hOk
Kommentar