This is done automatically for every browser except Chrome.
I\'m guessing I have to specifically target Chrome.
Any solutio
Here is a CSS-only solution (for now, only works in WebKit):
input:focus::-webkit-input-placeholder { opacity: 0; }