Hi: I recently joined the group and was hoping to get an answer to a question I have. Firstly, thank you so much for having this group. It has come in...
Ari, I can't see any reason you can't use a normal HTML image map for this. Are you saying you want a different image map for each image? Rob. ... From:...
Hey Rob: It would be using normal HTML image map. However, I only want an image map for the second image. In other words, after the images are changed I want...
In that case, instead of an image rollover, I'd use hidden DIV's instead. Create 2 DIV's with the full image and image map's in each, then use a rollover to...
Sounds great but probably out of the scope of my programming abilities. Would you have the code for that? Otherwise I was thinking of what I said since I...
The problem with doing it using the DOM is the complexity of addressing each and every part of the DOM (although it is probably the correct way of doing it). ...