Jan: input ... style="font-size: 11px; height=15px;"...

Beitrag lesen

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

Hi, soweit funktioniert das nun auch in beiden Browsern. Das einzige Problem, was jetzt noch bleibt, ist das, dass der IE die height Angabe von 16px größer darstellt, als Opera. Woran kann das liegen??

Vielen Dank Jan!