How can I create an HTML text field that has scrolling background images before it is clicked?
Posted
by Jeffrey
on Stack Overflow
See other posts from Stack Overflow
or by Jeffrey
Published on 2010-03-25T17:20:43Z
Indexed on
2010/03/25
17:23 UTC
Read the original article
Hit count: 401
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.
© Stack Overflow or respective owner