so I have some pseudo code that looks like this
<button><img src="name.png"/></button>
I want the button to be invisible but clickable, and the image to be visible. I tried changing the opacity of the button but it also changes the opacity of the image. Hiding the button behind the image looks ugly. Any way to accomplish what I want?