August 04, 2006

Poor Person's Image Mapper

Poor Person's Image Mapper is handy when you need to make an image map, but don't have any software available to give you the coordinates. Enter in a URL for an image, and then you can click on it and it will tell you the location of your mouse clicks. You can then enter those manually into an image map:

<img src="images/logo_map.gif" alt="Lots of logos" border="0" usemap="#Map"/>

<map name="Map" id="Map">
<area shape="rect" coords="0,0,167,46" href="http://mark.cervarich.com" alt="TechnoMusings" />
</map>

So you'd get the pairs "0,0" and "167,46" from the image mapper. Posted by mark at August 4, 2006 06:55 PM | TrackBack
Comments
Post a comment









Remember personal info?