Select first letter of input value and change it's color via CSS
Is there a way to select the text input values first letter and change its
color via CSS in the stylesheet? so for example, I have
<input type="text" name="address" value="* Property Address :" />
I would like to select only the first letter of the value property (*) and
change it to red color with CSS. Is that actualy possible to do with css ?
No comments:
Post a Comment