Image map example
Below is the image configured to work as an image map.
Here's the markup that makes it work:
- <map name="image">
- <area shape="rect" alt="Rectangle" coords="33,40,65,74" href="Book.html">
- <area shape="circle" alt="Circle" coords="207,81,37"
href="Skull.html">;
- <area shape="poly" alt="Polygon" coords="=82,130,99,149,118,131,121,158,
143,157,120,190,138,220,109,212,99,232,84,214,71,228,67,198,48,213,54,179,43,
170,64,163,50,142,74,151" href="Bob.html">
- <area shape="rect" alt="Default document" coords="0,0,287,287" nohref>
- </map>
Return to the plain image map image.
| Page by Howard Rosenbaum |
|
| Find me at hrosenba@indiana.edu
|
http://www.slis.indiana.edu/hrosenba/www/Demo/Demo.html |