Tim: INPUT-Feld mit CSS formatieren

Beitrag lesen

Wo? Auf der angegebenen Seite befindet sich nur ein
<input type="text" name="outtext" size="50" maxlength="50">

das stimmt. ich hab mich verschrieben, 50 breite stimmt, nicht 50 pixel. aber hast du die page mal in netscape 4.7 angeschaut? da wird das input-feld doch total breit dargestellt, was das design auseinanderreisst. (netscape 7 und IE 4.x > wird richtig dargestellt.)

Siehe auch im Standard:
size = cdata [CN]
    This attribute tells the user agent the initial width of the control. The width is given in pixels except when type attribute has the value "text" or "password". In that case, its value refers to the (integer) number of characters.

was meinst du mit cdata? wo sollte ich das hintun?

danke dir!!!

gruss, Tim