Style inpute value
Page 1 of 1
Style inpute value
Hi,i have this input text:
- Code: Select all
<input class="input" name="username" type="text" value="User ID" onfocus="if (this.value=='User ID') this.value='';" onblur="if (this.value=='') this.value='User ID';"/><img class="img" src="image_user_ID.png">
What i want is style the value with color #666666 but when i start writing something the color goes to #000000.
Can someone help me?
Page 1 of 1