Select first letter of input value and change it's color via CSS

前端 未结 5 1706
忘了有多久
忘了有多久 2021-01-05 20:48

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



        
5条回答
  •  自闭症患者
    2021-01-05 21:04

    OK try to give your input a padding, wrap your input in a relative positioned div and then add a absolut positioned div with your " * " inside this padding of your textbox.

    with jQuery or javascript hide the div on focus and show it again on blur if the value is empty

    *

    padding, top and left value is just an example. you have to find the right values

提交回复
热议问题