- Desde
- 27 Nov 2013
- Mensajes
- 26
Tengo un buscador en el blog cuyo código es:
<form action='/search' id='searchthis' method='get' style='display:inline;'>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr><td><input id='search-box' name='q' onblur='if (this.value == "") this.value = "escribe aquí..."; 'onfocus='if (this.value == "escribe aquí...") this.value = "";' type='text'; value='escribe aquí...'/></td><td>
<input class='pushbutton' alt='Buscar' border='0' title='Buscar' src='http://img29.imageshack.us/img29/234/l4wt.png' type='image'/></td></tr>
</table>
</form>
Lo que quiero es cambiarle el tamaño de la fuente (quiero que el tamaño sea 12) tanto al escribir como en el mensaje "escribe aquí..." y, ya de paso, también me gustaría cambiarle el color de negro a gris. Gracias de antemano por vuestras respuestas.
<form action='/search' id='searchthis' method='get' style='display:inline;'>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr><td><input id='search-box' name='q' onblur='if (this.value == "") this.value = "escribe aquí..."; 'onfocus='if (this.value == "escribe aquí...") this.value = "";' type='text'; value='escribe aquí...'/></td><td>
<input class='pushbutton' alt='Buscar' border='0' title='Buscar' src='http://img29.imageshack.us/img29/234/l4wt.png' type='image'/></td></tr>
</table>
</form>
Lo que quiero es cambiarle el tamaño de la fuente (quiero que el tamaño sea 12) tanto al escribir como en el mensaje "escribe aquí..." y, ya de paso, también me gustaría cambiarle el color de negro a gris. Gracias de antemano por vuestras respuestas.