Input Farbe bei Klick wechseln.

Status
Nicht offen für weitere Antworten.
Das hättest du auch selbnst hearuasbkommen können:

Code:
<input name="username" type="text"
						class=blur id=username
                        onBlur="style.background='#ffffff';if(value== ''){value='username'}"
                        style="width:120px; height:20px; font-family:Verdana; font-size:10px; color:#515151; border-width:1px; border-style:solid; border-color:#7B7B7B"
                        onFocus="style.background='#E4E4E4';if(value == 'username'){value=''};"
                        size=8 value=username>
&nbsp;&nbsp;
<input name="password" type="password"
						class="logininput"
                        style="width:120px; height:20px; font-family:Verdana; font-size:10px; color:#515151; border-width:1px; border-style:solid; border-color:#7B7B7B"
                        onFocus="style.background='#E4E4E4';if(value == 'password'){value=''};"
						onBlur="style.background='#ffffff';if(value== ''){value='password'}" value="password"
                        size=8 maxlength="25" />
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück