#30 Buenas, aunque lo solucioné de otra manera, muchas gracias igualmente. Lo que hice fue hacerlo mediante CSS:
.boton a {
-background: imagen.jpg
-webkit-transition: background 0.15s linear;
-moz-transition: background 0.15s linear;
-o-transition: background 0.15s linear;
transition: background 0.15s linear;
}
.boton a:hover {
-background: imagen.jpg
}
¿Cómo lo ves? Lo he intentado hacer de la forma más sencilla posible, ya que no tenego ni idea de jquery ni javascript