6
I’m wearing a onmouseover
, but it is giving delay
from 0.5 to 1 second to change the image, when I put in my hosting.
<li>
<img src="images/clientes/1.png"onmouseover="this.src='images/clientes/a1.png'"onmouseout="this.src='images/clientes/1.png'"/>
</li>
This depends on the image upload. It may be that the server is a little slower than your local application.
– Wallace Maxters
has a way of fixing?
– kaiquemix
the maximum that each image goes is 30 KB
– kaiquemix