Hi,
I am using an input text in my PHP project for email address and password. I made the place holder for both so it will be easy for users to know what is every textbox form. but when I load the page the email address textbox will be autofocus therefore it will lose the placeholder then user needs to take the focus just to know what's this textbox?
Is there anyway to keep the placeholder text even when the cursor is focused so it will only be disappeared when the user starts typing.
Thanks
Jassim