Possible Duplicate:
placeholder in ie9
I'm using placeholder for my textboxes. The problem is that in firefox and chrome they show up but in IE9 it's not working. 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 />