I am developing an asp.net web application. In which I have an image and two hotspots in that image. I need to add another image in the place of hotspots. I know asp.net imagemap does not support this. But, I need to do this. Any help would be greatly appreciated.
Thanks in advance
I am developing an asp.net web application. In which I have an image and
Share
After a lot of surfing over internet, I found answer to my own question…. To do this, set the position of the imagemap as relative…. Place another image (smaller) over the hotspot and set the position as absolute…. As simple as that…. This works fine….