> > Hi Eric. Can't get the imageMap macro to work in IE; <<mapMaker>> > > works fine. > > hmm... even though the code runs in IE and successfully creates an > image map element, the map doesn't actually seem to be applied to the > image. I'm going to have to experiment to figure out why IE is being > stupid.
My hypothesis is that, even though the plugin is using direct DOM functions to create valid MAP and AREA elements and set their attributes, there is also some additional internal processing that IE needs to perform to 'bind' the map to the associated the image, and that this processing is not being triggered. Fortunately, it turns out that if I generated and pass the equivalent HTML syntax to the browser rather than using DOM functions to render the elements, then the map definitions start to work in IE as well as the other browsers! Hooray! Get the update (v1.2.0) here: http://www.TiddlyTools.com/#ImageMapPlugin http://www.TiddlyTools.com/#ImageMapPluginInfo enjoy, -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

