Hi,
Take a look at this page:
http://www.freemanholland.com/pixie/
At the top you can see a search box with “Type search here”. When you click into it the text disappears/reappears…
Is there a way i can have it so it fades in/out?
Thanks
Hi,
Take a look at this page:
http://www.freemanholland.com/pixie/
At the top you can see a search box with “Type search here”. When you click into it the text disappears/reappears…
Is there a way i can have it so it fades in/out?
Thanks
I don’t believe it is possible to fade the text within the input box. It might be possible to fade the input box but that would not give you the right effect.
The solution might be to put a div above the input box containing the prompt and then attach “a change focus to input box” function as the click event of the div and a fade function to the focus event of the input box. You also would need a show function on the blur event of the input box (provide of course it is enter).
Sorry no code it isn’t simple - jquery might ease the process for you.