how can i associate an anchor tag with image maps?
Suppose, I hover over an anchor tag, it should select the mapped region on the image.
Something like this http://myffi.biz/. This is in flash, but can this be done using image maps? You hover over on the links and it should select the mapped region on the image.
Is this possible? I hope i am clear
Yes, it can be done without Flash but you don’t need imagemaps at all. Just have a hover event fadeIn the correct image on the map, that’s easy to do with jQuery. Something like this might work:
And in CSS, you define the
region-mapas having a background where no regions selected, andregion-overlayhas different regions selected.And the jQuery code needed:
This isn’t perfect but should get you started.
A working example can be found at: