I have one image with multiple hotspots that I want to put on it. When someone mouses over the image, I want several layers to show/hide. I can't seem to get this to work and I think it might be in the href= coding. Should this be javascript:;? Should it be there at all. Any advise is appreciated.
Teresa
Here is sample coding in the area where the map is:
<map name="link" id="link">
<area shape="rect" coords="20,31,61,117" href="#" onMouseOver="MM_showHideLayers('headline','','hide','logo','','hide','contacts','','show','text','','hide','photo','','hide','links','','hide')">
<area shape="rect" coords="17,119,60,185" href="#" onMouseOver="MM_showHideLayers('headline','','hide','logo','','hide','contacts','','hide','text','','hide','photo','','hide','links','','show')">
</map>
Teresa
Here is sample coding in the area where the map is:
<map name="link" id="link">
<area shape="rect" coords="20,31,61,117" href="#" onMouseOver="MM_showHideLayers('headline','','hide','logo','','hide','contacts','','show','text','','hide','photo','','hide','links','','hide')">
<area shape="rect" coords="17,119,60,185" href="#" onMouseOver="MM_showHideLayers('headline','','hide','logo','','hide','contacts','','hide','text','','hide','photo','','hide','links','','show')">
</map>