hola gente, quisiera saber como lograr que en el campo de busqueda aparezca un texto como por ejemplo: "BUSCAR..." y que luego al hacer click en el campo de busqueda para escribir... el texto desaparezca. Este es mi searchbox:
Código HTML:
<td>
<table cellpadding="0" cellspacing="0">
<form action="<?=url('search/listing')?>" method="post" name="search_form">
<tr>
<td valign="top">
<input type="text" id="search_box" name="title" value="" name="search_box" />
</td>
<td>
<input type="submit" value="find" id="search_button" style="display:none" />
</td>
<td>
<input type="image" src="<?php echo uhome().'/themes/blue/search_button.gif';?>" />
</tr>
</form>
</table>
</td>
Desde ya muchas gracias x el aporte chicos,saludos!