
30/11/2011, 06:39
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 15 años, 4 meses Puntos: 2 | |
Modificar boton busqueda Hola,
Tengo el sigiente formulario para la busqueda en google, y queria saber si podia modificar el boton buscar por un dibujito de un lupa o algo asi.
El formulario es este:
<form action="http://www.google.es/custom">
<div align="left">
<input type="hidden" name="domains" value="www.cristaleriachornet.es" />
<input type="hidden" name="sitesearch" value="www.cristaleriachornet.es" />
<input type="text" name="q" style="width:60px; height:10px font-size: 8px;"/>
<input type="submit" value="Buscar" />
</div>
</form> |