2
How can I determine where the style will be using the function?
::-webkit-input-placeholder {
color: red;
}
Example have 4 input with different placeholder formatting.
2
How can I determine where the style will be using the function?
::-webkit-input-placeholder {
color: red;
}
Example have 4 input with different placeholder formatting.
Browser other questions tagged css
You are not signed in. Login or sign up in order to post.
Fixed = > http://www.devmedia.com.br/html5-placeholder-styled
– Josimara
If you want you can post a reply with the solution.
– gato
This one is also a solution to this question: http://answall.com/questions/104745/
– Bacco