bloggingdeveloper.com — Browsers load images after an HTTP request is sent for them either by
![]()
tag or through a javascript call. If you have a javascript function that changes an image on mouseover, you have to wait while the image is retrieved from the server.
original link