Cita:
Iniciado por satjaen
Perdón el cod:
<button type="button" id="btnfiltrar"><img src="imagenes_menu/boton_buscar.png"/></button>
Trata de reforzarlo con
Código HTML:
Ver originalstyle="border:0; margin:0; padding:0;"
Te quedaría algo así como
Código HTML:
Ver original<button type="button" id="btnfiltrar" style="border:0; margin:0; padding:0;"> <img src="imagenes_menu/boton_buscar.png"/>
Puede haber otras soluciones.