1. April 13, 2008

      Image Maps and Mootools Tooltips

      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)

      Leave a Reply