03-12-2009, 04:58 AM
| THREAD STARTER
#1 (permalink)
|
| NamePros Member Join Date: Nov 2006 Location: Europe
Posts: 135
| CSS & JS experts, a question for you how can i keep the search box dark gray while i'm writing a search term ?
(at the moment not so many words in the DB, try words starting with letter T or L or S) http://www.dbwebserver.com/semeraro/01/index.html
thank you for your help
dario ????: NamePros.com http://www.namepros.com/web-design-discussion/566449-css-and-javascript-experts-question-you.html
.
.
ok fixed with this
<input id="search" type="text" onblur="this.parentNode.parentNode.className = 'ricerca';this.value=!this.value?'Cerca prodotto':this.value;" onfocus="this.select();this.parentNode.parentNode. className = 'ricercahover';" onclick="this.value='';" onkeyup="ajax_showOptions(this,'getProdottoByLette rs',event)" value="cerca prodotto" size="20" name="search"/>
thank you anyway
. |
| |