Possible Duplicate:
HTML5 placeholder disappears on focus
In Safari and Chrome on Mac, when a user focuses on a text field with a placeholder attribute the placeholder will remain until a character is entered. In Firefox (and probably some other browsers too), the placeholder will disappear immediately upon the text field's selection. Is there any way to force Firefox and other browsers to keep the placeholder until the user starts typing like Chrome and Safari? Thanks!