I would like most of my text boxes in my web application to display a hint to minimise clutter on the screen.
I have come across many solutions but all of them seem so complicated for what I want. It may be worth pointing out now that my Javascript knowledge is quite poor.
All I need is a simple script that will allow me to have text box hints (with a CSS style so I can make it greyed out and italic) and that will work with a password field.
I did have a script but it only allowed me to have one password field per page and it wasn't very easy to use everywhere.
Thank you, your help is greatly appreciated.
EDIT: This also needs to be compatible with IE6 unfortunately.