Yomar Urungar: <td> width via css? NS4.75

Hallo liebe ForumLeute... :)

kann man via css die width einer td bestimmen?
In IE, NS6 und Mozilla Opera etc funktionierts, in NS4.75 ned.

Gibt es alternativen?

Thx
YOmar

  1. Wie wäre es mit dem guten alten <td width="100px"> ???

    oder mit:

    <colgroup>
    <col width="100px">
    <col width="120px">
    ...
    </colgroup>

    fastix

    1. Hallo

      <td width="100px">
      <col width="100px">
      <col width="120px">

      Wenn HTML, dann ohne 'px'!

      Tschüß, Auge

  2. Hallo liebe ForumLeute... :)

    Hallo,

    kann man via css die width einer td bestimmen?

    Ja, dafür gibt es die width-Property.

    In IE, NS6 und Mozilla Opera etc funktionierts,

    Richtig.

    in NS4.75 ned. Gibt es alternativen?

    Ja, die hast Du oben doch schon aufgezählt: Mozilla, Opera, ...
    (scnr :-) )

    Thx
    YOmar

    Andreas