I belive anybody knows this Placeholder-Behaviour for Search-Textboxes. When the page is loaded there is a string in it like "search here..." and as soon the user klicks into the TextBox the string diappears and it appears again if the user didn't insert somethink as soon as the user klick out this textbox.
At the moment I use the JQuery Placeholder-Plugin to realize that in my ASP.Net-Page.
I heave a questions, maybe the Plugin doesn't support what I want, maybe it does, don't know:
I will have a Image within the Textbox instead of a string for the playceholder-text. (Background is, the TextBox is a Google-Search and I want to have the nice colored Google-text instead of a boring single-color "search with google here..:").
Any ideas?