views:

75

answers:

1

Could anybody tell me how to create something like the hint/labels on Apple's MobileMe login page (www.me.com) in that the label/hint text just fades when you click on the box and doesn't go away until the user starts typing?

(And if you could use JQuery to do it, it'd be even better.)

Thank you very much!

(By label/hint text I mean the gray 'Username' and 'Password' text.)

+1  A: 

The effect is called a "watermark" and there are plenty of JQuery plugins to help out:
http://plugins.jquery.com/search/node/watermark

AUSteve
Thank you very much. That's exactly what I needed.
aharon