Possible duplicate:
placeholder in ie9
I use placeholder for my text fields. The problem is that they appear in firefox and chrome, but it does not work in IE9. I searched on the Internet, but none of the solutions worked for me. Any ideas?
<input class="text" type="text" name="name" value="" placeholder="Name" required /><br />
source
share