Oh, BTW, I learnt how to make XHTML-compliant Mootools Tooltip enabled image maps a post back. Its actually simpler than I thought;
<img src="http://" mce_src="http://" usemap="#mapname" alt="My Image" /> <map name="mapname" id="mapname"><area alt="" title="Your text here" class="imgtip" shape="rect" coords="0,0,100,100" /></map>
(You can browse the page source if you are still stuck)

The Image Maps and Mootools Tooltips by Jed Laundry, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 New Zealand License.

