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 ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…