Hi,
I have a page which has a series of hotspots mapped on an image. I was hoping to be able to apply a onmouseover event to show an different image hovering over the background.
This is the link to the page
http://cameronbrett.ehclients.com/index.php/2011/sites
As an example, this is a code snippet identifying the hotspot for "ideas1"
[code]<area shape="rect"
coords="70,70,135,136"
onmouseover="showPic(this.href)" href="http://cameronbrett.ehclients.com/images/ideas/ideas1.jpg"
title="ideas1"
alt="alternate text"/>[code]
I have researched as much as I can, and haven't been able to find an applicable solution. Can anyone help?
Again, I am a complete rookie at this so pardon my inefficiencies and errors.
Many thanks in advance