In <input>-Feldern wirds ausser mit feinem Muster kaum super aussehn.
<Textarea> ist da schon eher geeignet; die Schriftfarbe und der BG sollten natürlich kontrastieren.
HTML-Code:
<input type=text size=100 value="lorem ipsum und der ganze Quatsch ..." style="background-image: url(http://www.traum-projekt.com/forum/customavatars/avatar7302_5.gif);">
<br><br>
<textarea cols=60 rows=12
style="background-image: url(http://www.traum-projekt.com/forum/customavatars/avatar7302_5.gif);
background-attachment:fixed;
background-repeat:no-repeat;
background-position: center;
color: #0ff; font-size: 22px; font-family: comic sans ms;
">
Einmal gut, immer gut:
lorem ipsum und der ganze Quatsch ...
</textarea>
<edit>
Das CSS kannst natürlich wie gewohnt im <style> oder extern angeben.