Hide placeholder text on focus
For webkit and Firefox
::-webkit-input-placeholder{
color: #ccc;
font-style:italic;
}
:focus::-webkit-input-placeholder{
text-indent: -999px
}
::-moz-placeholder{
color: #ccc;
font-style:italic;
}
:focus::-moz-placeholder{
text-indent: -999px
}
Written by Mark Vaughn
Related protips
5 Responses
Just used this! Thanks for the tip
over 1 year ago
·
Cool tip. :)
over 1 year ago
·
For -moz- there should be two :: like in webkit. Second You could add -ms-input
over 1 year ago
·
Not working anymore in Firefox. But I just replaced text-indent with color: transparent; and it worked.
over 1 year ago
·
nice!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#