Multiple Image Maps
Is there some way to make multiple image maps on one page work?
I would also be interested in knowing the answer to this.
was there a resolution for this??
Also interesting in solution...
anyone get an answer to this issue? Thanks!
What "doesn't work" with them?
I cannot use multiple image maps on a single page.. the maps on the 2nd instance don't appear over image and therefore are not clickable.
Anyone has figured this out? How to make it work for multiple images in a single page?
make it so that you add class to your img tag that has different usemap name For ex. my first one <img class="contact-background-image" src="" usemap="#image-map" my second one <img class="d3-image-default" src="" usemap="#d3-image-map"
and for the first tag, I use jQuery('.contact-background-image').rwdImageMaps(); and for the second tag, I use jQuery('.d3-image-default').rwdImageMaps();