CSS für mehrzeiliges Textfeld nicht

Status
Nicht offen für weitere Antworten.

uhrensteller

Grünschnabel
CSS für mehrzeiliges Textfeld geht nicht

Hallo zusammen!
Ich habe mit CSS für Formularfelder festgelegt:

input.field3 { width: 160px; height: 17px; font-family: arial, sans; font-size: 11px; font-weight: normal; color: #000000; border-width: 1px; border-style: solid; border-color: #FFFFFF; background-color: #00e0ff;}

Das geht soweit!

Für mehrzeilige Formularfelder (textarea) funktioniert die Formatierung nicht.
Warum?
habe auch mal das ausprobiert:

input.field4 { font-family: arial, sans; font-size: 11px; font-weight: normal; color: #000000;}

Was mache ich denn falsch?

Gruß Stefan
 
Zuletzt bearbeitet:
ääähm... So?

PHP:
textarea.field4 { font-family: arial, sans; font-size: 11px; font-weight: normal; color: #000000;}
 
Status
Nicht offen für weitere Antworten.
Zurück