I'm using script found here:
Automatically load an image using javascript
I'm using them to build image gallery where the main image loads thumbnail image on mouseenter
, but my main image begins blank not with the first thumbnail as in the answer. I need to know how to clear the main image back to blank on mouseout
of each thumbnail?