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

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!

  1. 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

    1. 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!