Ashura: Input Textfeld per CSS selektieren

Beitrag lesen

Hallo Dirk.

Statt: <input type="text"  style="border-top: 1px solid #efefef; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #efefef; background-color:#efefef;"  size="35" maxlength="256" name="Name">

Jede Fassung ist besser als diese hier.

gebe ich dann <input type="text" class=text size="35" maxlength="256" name="Name"> ein ???

Ganz genau. Damit hast du das input-Element der Klasse „text“ zugeordnet.
(Und bitte die Anführungszeichen um den Wert des class-Attributes nicht vergessen.)

Und bitte kein TOFU, danke.

Einen schönen Freitag noch.

Gruß, Ashura

--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]