Quote:
Originally Posted by hirewebdesigner
How to Cross-Browser Support for HTML5 Placeholder Text in Forms?
|
placeholder text in form fields is only available to HTML5 so if the browser doesn't support HTML5 it will not work.
you can opt to use javascript in creating a placeholder text like feature..
you read
this.. it has the native javascript and jQuery approaches..