Forum Moderators: open
My text fields have a value which is "Please list".
Using onFocus, this value disappears when the user clicks inside the textbox and is replaced by whatever the user inputs
i.e: onFocus="if (value == 'please list') {value=''}"
However, it would be nice if the initial value of "Please list" were in a grey colored font so as to appear faint BUT when the user inputed their stuff, it was black.
I can get it to always be grey or black or whatever color but not one color for the initial value and another for the user input and done in a simple way without calling any complicated functions.
Any ideas?
Cheers
nando