
|
map source ( mouseovers removed ) <map name="map1"> <area shape="rect" coords="128,4,180,61" href="sound/soylent.mp3"> <area shape="rect" coords="144,149,252,193" href="sound/burns_excellent.mp3"> <area shape="default" href="sound/subtle.rmf"> </map> <img usemap="#map1" src="images/jadew.gif" width="256" height="251" alt="Image Map" align="top">
General Each link area is made up of two sets of x y coordinates. The first set of x y coordinates denote the uppermost left corner of the mapped area. The second set of x y coordinates denote the bottom right corner of the mapped area. The first map area in the example image above is composed of the coordinates 128,4,180,61 and the second map area is composed of the coordinates 144,149,252,193. The Image Map Tool will allow you to generate your coordinates, add the link URL's, add the image url and dimensions, and output the resulting image map with the codes in a text area to copy.
Instructions 2. When you have generated your x y coordinates for each area that you want to map you are ready to complete your map tags. Select "Code Generator".
3. The final step is selecting "Close". You will be prompted for a default URL, this is optional at the time of generating the code and can be added later. The script will then add the image url, height, width, map closing tags, and display the image map with the codes ready to copy. If you would like to practice with the above image click here to begin. |
|
1 Computer's support circles and polygon shapes. example: Consisting of three coordinates - (x, y) r - where x,y is the center and r the radus. . Consisting of several pairs of x y coordinates depending on the complexity of the shape ( up to 100 coordinate pairs ).
|