I have two questions regarding a login form I'm styling. I am using onfocus
to automatically delete text saying 'Email' from the box which the user enters their email in and the same for the password box.
- How do I make this text a different colour (i.e. grey) and then the actual input colour black?
- How does this work for the password field which is all stars?
A good example of what I'm trying to achieve is the twitter landing page (minus the more complex fading effects).
Thanks very much.