Jump to content

Search Form Senzitiv (La Click Sa Dispara Textul)


Recommended Posts

Posted

As vrea ca search form-ul sa devina senzitiv (atunci cand dau click pe spatiul formei,sa dispara textul:Cautare..." iar cand sterg textul respectiv sa apara din nou "Cautare..." sau mai pe scurt,ca la tema wp Twenty Eleven. http://wordpress.org/extend/themes/twentyeleven

Codul meu prezent din searchform.php

<div id="search">

	<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">

	    <div>

	        <input type="text" value="Cautare..." name="s" id="s" />


	    </div>

	</form>

</div>

<div class='clear'></div>	

Ofer servicii seo! contact@silviupopovici.ro

Posted

Asta, face cam ce vrei tu:

<form>
<input type="text" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}" />
<input type="button" value="Go" />
</form>[/code]

Banuiesc ca poti sa o adaptezi la ce ai tu acolo, nu?

  • Upvote 1

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.