.KassTv{
position: absolute;
top: -213px;
left: -382px;
display: inline-block;
background-image: url("Images/KassTv.png");
}
.KassTv:hover{
background-image: url("Images/LitTv.png");
}
<form action="Home.htm">
<input type="image" name="KassTv" class="KassTv" height="266" width="266" value="">
</form>
This piece of code showcases my button, which is an image with a white border that I am struggling to remove. If anyone has any solutions or suggestions, please feel free to share.