I'm attempting to modify the image on a submit button when hovering over it, but I can't seem to figure out where the mistake is occurring. Here's the CSS code:
#Prihlaseni {
position: absolute;
cursor: pointer;
top: 408px;
left: 507px;
width: 30px;
height: 32px;
width: 105px;
border: 1px;
font-size: 0px;
}
#Prihlaseni:hover {
background-image: url(\Users\Tikus\Desktop\PrihlaseniHtv.png);
}