Please help me figure out how to use multiple image maps, one for each image loaded by clicking a link. Thanks!
Hey guys how are you? I have been trying to build a web page where there will be five links, each will open an image in a container, one at a time. Each image will have its own image map and this must be loaded when the image is loaded. I am having difficulty setting the image map but I can set everything else per image i.e title, alt and size etc...
Here is the code I have in the HTML, I only have two images and image maps so far for testing, there will eventually be five, if I can get this to work.
Thank you so very much! I really appreciate your help with that, that was perfect and seemed so simple, I just need to learn from this! Thanks again for helping me finally get this done!!
Thanks!!!
deucalion0
ASKER
Completely solved my issues, helped me put to rest the hassle I had accomplishing this, as a beginner using javascript!
sjklein42
Here's an interesting aside.
Your original code works on IE but not on Firefox.
Firefox must be ignoring the non-standard attribute useMap on the href tag.
Thanks!!!