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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I wrote a plugin for this in JQuery which, for giggles, I released here: Jquery Plugin page.

For some reason I called it default box. That's because it uses the dom default value of the textbox. Maybe this will help you?

link|improve this answer
Can I insert an image in thes textbos instead of a text as placeholder? – Kovu Apr 4 '11 at 8:57
The only thing you can do as an image is via CSS and change the background image. If you need to do that, you can use my plugin as an example and rather than change the text you can change the CSS class. If that's not complete enough, you can use the plugin as a starter to change anything on the page. It's upto you. Though for what you want, I think using CSS classes and swapping them is the way forward. – Simon Apr 4 '11 at 9:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.