Hi..
habe ein Problem mit folgendem CSS-Tag:<input ... style="font-size: 11px; height: 15px;"...>
im Opera funktioniert das Problemlos! Allerdings mach der Internet Explorer da nicht mit. Wie sieht die Lösung aus, damit es auch im IE problemlos läuft??
Vielen Dank!
Jan!
hmm bei mir sieht das z.b. so aus:
<input type="text" name="anz" class="numbers" maxlength="9" value="90">
die klasse:
.numbers {
border: none;
width: 55px;
direction: rtl;
height: 14px;
font-family: Tahoma, Arial;
font-size: 11px;
background-color: #cfcfcf;
}
und es funktioniert in opera, msie6, mozilla etc.
mfg Markus