Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<map> : client-side image map
The MAP element specifies a client-side image map (or other navigation mechanism) that may be associated with another elements (IMG, OBJECT, or INPUT). An image map is associated with an element via the element's usemap attribute. The MAP element may be used without an associated image for general navigation mechanisms.
Attributes
-) name This attribute assigns a name to the image map defined by a MAP element.
AREA attribute definitions
-) shape = default|rect|circle|poly
This attribute specifies the shape of a region. Possible values:
default: Specifies the entire region.
rect: Define a rectangular region.
circle: Define a circular region.
poly: Define a polygonal region.
-) coords = coordinates
This attribute specifies the position and shape on the screen. The number and order of values depends on the shape being defined. Possible combinations:
rect: left-x, top-y, right-x, bottom-y.
circle: center-x, center-y, radius. Note. When the radius value is a percentage value, user agents should calculate the final radius value based on the associated object's width and height. The radius should be the smaller value of the two.
poly: x1, y1, x2, y2, ..., xN, yN. The first x and y coordinate pair and the last should be the same to close the polygon. When these coordinate values are not the same, user agents should infer an additional coordinate pair to close the polygon.
Coordinates are relative to the top, left corner of the object. All values are lengths. All values are separated by commas.
-) nohref
When set, this boolean attribute specifies that a region has no associated link.
Attribute to associate an image map with an element

-) usemap
This attribute associates an image map with an element. The image map is defined by a MAP element. The value of usemap must match the value of the name attribute of the associated MAP element.


Example


<MAP name="map1">
<A href="page.html" shape="rect" coords="200,10,30,40">ref</A>
</MAP>






For complete reference see html reference at W3C
ST..6   ST..7   ST..8   ST..9   ST..10   ST..11   ST..12   ST..13   ST..14   ST..15   ST..16   ST..17   ST..18   ST..19  
ST..20   ST..21   ST..22   ST..23   ST..24   ST..25   ST..26   ST..27   ST..28   ST..29   ST..30   ST..31   ST..32   ST..33  
ST..34   ST..35   ST..36   ST..37   ST..38   ST..39   ST..40   ST..41   ST..42   ST..43   ST..44   ST..45   ST..46   ST..47  
ST..48   ST..49   ST..50   ST..51   ST..52   ST..53   ST..54   ST..55   ST..56   ST..57   ST..58   ST..59   ST..60   ST..61  
ST..62   ST..63   ST..64   ST..65   ST..66   ST..67   ST..68   ST..69   ST..70   ST..71   SU..1   SU..2   SV..1   SV..2  
SW..1   SW..2   SW..3   SX..1   SX..2   SY..1   SY..2   SY..3   SY..4   SY..5   SY..6   SY..7   SY..8   SY..9  
SY..10   SY..11   SZ..1   SZ..2   SZ..3