Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hotspot behavior

Status
Not open for further replies.

Tee1212

Vendor
Mar 26, 2001
82
US
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=&quot;link&quot; id=&quot;link&quot;>
<area shape=&quot;rect&quot; coords=&quot;20,31,61,117&quot; href=&quot;#&quot; onMouseOver=&quot;MM_showHideLayers('headline','','hide','logo','','hide','contacts','','show','text','','hide','photo','','hide','links','','hide')&quot;>
<area shape=&quot;rect&quot; coords=&quot;17,119,60,185&quot; href=&quot;#&quot; onMouseOver=&quot;MM_showHideLayers('headline','','hide','logo','','hide','contacts','','hide','text','','hide','photo','','hide','links','','show')&quot;>
</map>
 
get to work? as in the function doesnt fire?

Known is handfull, Unknown is worldfull
 
That's correct. The function is not firing.
 
check to see if the JS above head tag is still there and test is on a simple text link on the same page.
All the best!

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top