imagemap

M

mahsa

I have image map with some poly shapes.How can I change the one of the poly
shapes image on mouseover by javascript?
the problem is the shape isn't rect to replace it with another image3 its poly
Do you have any idea or sample?
 
T

Thomas A. Rowe

You can't unless you slice the image up and then replace the specific slice.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
M

mahsa

my problem is I want just the poly have link to othe page and if I slice the
image in some rec shape ,not just that poly shape but the other parts who
are in that rec will be the link to ther page.
what is your suggestion?
 
T

Thomas A. Rowe

Then you will not be able to swap a image on mouseover.

What benefit to your site users would this image swap provide?

Personally, I would forget about the mouseover image swapping.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top