I have a button type button that I will like to place an image over. My code looks like this
<button id="button" type="button" onclick="bus()">
<img src="DestinationH-Bus-Driver-Login.png">
</button>
The problem with this is that I get a gray space that makes the overall image to large, if I use a larger image it works fine. But if I call the site from a phone suddenly the big buttons are to small to see. Any suggestion will be greatly appreciated.
I know about type image but I can't use that because it gives me a button of submit type and I want a button of button type, however the pic does work excellent if I use the image type but not the above method.
