teknolyo adlı üyeden alıntı: mesajı görüntüle
arkadaşın dediği arama kutusu olayını

<input type="text" name="searchText" value="Arama" onfocus="this.value=='Arama' ? this.value='' : this.value=this.value;" onblur="this.value=='' ? this.value='Arama' : this.value=this.value;" >
kodlarıyla halledebilirsin.
<form id="searchform" method="get" action="<?php bloginfo('home'); ?>"> <input style="padding:4px; padding-left:6px; margin-top:3px; font: bold 17px arial; color:#777; background: url(http://fobidik.com/stil/img/arama_in.jpg); width: 390px; height: 22px; border:0;" name="s" value="aramak istediğiniz şarkıyı yazın.."
                        onfocus="if(this.value=='Aramak istediğiniz şarkıyı yazın..')this.value='';this.select();" 
                        onblur="if(this.value=='')this.value='aramak istediğiniz şarkıyı yazın..';"  name=s> <input style="cursor:pointer; padding-bottom: 5px; margin-top:3px; width:65px; height:32px; border:0; background:url(http://www.fobidik.com/stil/img/arama_bu.jpg); background-repeat: no-repeat;"	 type="submit" class="kutu" value="<?php esc_attr_e('Search'); ?>" />  
</form>
kodlar bu dediğin gibi yaprsam stil gidiyor tam ayarlayamadım