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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image Map Mouse Over

Status
Not open for further replies.

grebo

Programmer
Sep 21, 1998
38
US
Is there a way to do a mouse_over on an Image Map? I'm thinking that I would put the same script in with the coordinates that I would in the regular link, but am not entirely sure. <br>
<br>
The reson I need an image map is that the graphics I have are in a close diamond formation, and are difficult to split up (and I can't use layers as the client will not be able to use them and update from there). The actual page is at (although I haven't done much to the graphic besides make it into test image map. It's not even the final image...)<br>
<br>
Does anyone have any suggestions?<br>
<br>
Thanks,<br>
-Eric
 
&lt;map name=map1&gt;<br>
&lt;area shape="" coords="" href="" onMouseOver="alert("You TOUCHED me!");"&gt;<br>
&lt;/map&gt;<br>
&lt;image src="" usemap="map1"&gt;<br>
<br>
Will pop up an alert box saying "You TOUCHED me!" when you mouse over the area.<br>
<br>
<br>
-Robherc<br>
robherc@netzero.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top