hazza
18-08-2005, 06:13 PM
I'm trying to figure out how to do an OnMouseOver function for an image map for a web site i am trying to make for some friends of mine. the onmouseover function i want is for an image to replace the selected hotspot for the image map, if it cant be done, then a simple status window function would be fine.
im at a loss for this , havent done anything like it in years, tried to steal some scripts from an old page i did but i cant get it to work properly.
<div align="center"><img src="Images/DSC01744.resize..jpg" width="800" height="600" border="0" usemap="#Map">
<map name="Map" id="Map">
<area shape="rect" coords="111,132,221,225" href="about.htm" target="_blank" alt="About Us">
<area shape="rect" coords="528,133,637,233" href="events.htm" target="_blank" alt="Events">
<area shape="rect" coords="101,261,213,377" href="gallery.htm" target="_blank" alt="Gallery">
<area shape="rect" coords="538,263,653,378" href="login.htm" target="_blank" alt="Log In">
</map>
</div>
im at a loss for this , havent done anything like it in years, tried to steal some scripts from an old page i did but i cant get it to work properly.
<div align="center"><img src="Images/DSC01744.resize..jpg" width="800" height="600" border="0" usemap="#Map">
<map name="Map" id="Map">
<area shape="rect" coords="111,132,221,225" href="about.htm" target="_blank" alt="About Us">
<area shape="rect" coords="528,133,637,233" href="events.htm" target="_blank" alt="Events">
<area shape="rect" coords="101,261,213,377" href="gallery.htm" target="_blank" alt="Gallery">
<area shape="rect" coords="538,263,653,378" href="login.htm" target="_blank" alt="Log In">
</map>
</div>