max
Erfahrenes Mitglied
Ich habe folgendes Problem und zwas muss ich eine Seite so machen dass die Schriftgröße zB im IE einfach über das Menü Ansicht -> Schriftgrad Angepasst werden kann.
Das funktioniert soweit ganz gut nur wird mir die fette Schrift genauso wie der Fließtext angezeigt.
CSS:
Das funktioniert soweit ganz gut nur wird mir die fette Schrift genauso wie der Fließtext angezeigt.
CSS:
Code:
.textgrau11 {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: #666666;
line-height: normal;
font-weight: normal;
}
.textgrau11 strong, .textgrau11 b {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: #666666;
line-height: normal;
font-weight: bold;
}