Mouseover

for thumbnail



Editing your Macromover dealer page html and script.

This script changes the tumbnail to something else when covered by the cursor.
In this case a larger image, an alternate text for 5 seconds that reads "Visit mefast"
and a link to mefast.com.
 Process is simple but script is not user friendly, jumpy and does not work well with large target images.
Remember function mouseOver and  function mouseOut are browser functions. You invoke the commands and assign values to variables.


Visit mefast



function mouseOver()
{
document.b1.src ="http://mefast.com/A/DB-03.jpg";
} TARGET Image
function mouseOut()
{
document.b1.src ="http://mefast.com/Macromover/Dirt/Small/db-03-1-110w.jpg";
}page image
</script>
<a href="http://www.mefast.com">
</a>
<a href="http://www.mefast.com" target="_blank"><img
alt="Visit mefast" This is the TEXT seen on target image
src="http://mefast.com/Macromover/Dirt/Small/db-03-1-110w.jpg" name="b1"
onmouseover="mouseOver()" onmouseout="mouseOut()"
style="border: 0px solid ;"></a>

Related
JUMP START Page Builder
animated fading gif