How can I create an HTML text field that has scrolling background images before it is clicked?
- by Jeffrey
I'm looking to add a textbox on my website that captures a single email address. Behind it, I would like a scrolling (or sliding) images to be a "hint" for what the field should be.
Example: http://steamboat.com/ - the "Newsletter sign up" toward the top of the page.
I can find plenty of jQuery plugins that provide a plain text "hint". Where should I start looking to add this additional affect.
Note: I do not want to add any flash elements on the page.