I want to know how I can change a normal default grey HTML button into an image using CSS.
This is the image I want to change into:
button.star {
background-image: url(img/star.jpg);
}
This is the image I'm using. It's for favoriting an item. Thanks :)
Is this the way to do it?