This code works great in IE, in that when you click in it the sample email address goes away and if you click outside the input box the sample reappears.
Hi @javascript7,
I have just tried in FF and Chrome and it works for me… please bear in mind that if there is already a value set in the input the placeholder will not appear when you click outside or remove the focus.
I’m puzzled that you’re getting this issue because placeholder is supported in FF and Chrome.
Perhaps if you sent us a link we would be able to help you further.
Thank you for your reply. The comment before you did the trick.[quote=“m3g4p0p, post:2, topic:286396”]
input:focus::placeholder {
color: transparent;
}
[/quote]