Como no me acordaba, he hecho esto:
Código HTML :
<style type="text/css"> #contenedor{margin:50px auto;} .boton{ cursor:pointer; width:100px; height:29px; margin:auto ;overflow:hidden; background:url(pulsa.png); } .boton:hover{ cursor:pointer; background:url(pulsa.png) bottom;} </style> --------------Body-------------- <div id="contenedor"> <a href="#"><div class="boton"></div></a> </div>
¿Está bien así?
P.D-> http://prueba-zencart.netne.net/boton/boton.html Aquí he puesto el ejemplo.