0
I have a problem using the events onmouseover
and onmouseout
that when passing the mouse it makes the exchange of the images but it is very slow takes too long, there is another way to do this by following the example below.
<img src="imagens/img01/time011pb.png" id="img2" onmouseover="this.src='imagens/img01/time011.png'" onmouseout="this.src='imagens/img01/time011pb.png'"/>
Bruno, do you have more images that need this functionality or is it just a unique case?
– Sergio
Do you want to change the images or just grayscale it? If it’s just grayscale, it doesn’t have to be another image
– Caputo