[Solved] CSS to display form field


<input placeholder="This grey text will be deleted if the user clicks on the input" />

You can see support here, make it work for IE lte 9 here, and see the spec here.

6

solved CSS to display form field