Possible Duplicate:
How do I get placeholder text in firefox and other browsers that don't support the html5 tag option?
I have created a login popup box and I used placeholder to show the input field name, but in other browsers like IE9
, IE8
and even IE10
is not showing placeholder text in the input.
How can I resovle this issue? Is there any other way to fill the input field?
<input name="username" type="text" value="" placeholder="Username" />