<map-group>

Image Map

Definition

A container element that contains an image and the coordinate information for hot spots on that image as a client-side image map

Remarks

This Tag Set has a series of elements used to create hot spots on a graphic using the technique of a client-side image map (that is, one held within the HTML page, not on an external server). The <map-group> element holds an image (<graphic>) and the coordinate information used to make the hot spots (<map>) for that image. Each map contains one or more <area>s, each of which defines the shape and coordinates for one hot spot. <area> elements are empty; the attributes for each <area> provide a hot spot shape, coordinates, and the action link.

Attribute

id Identifier

Model Information

Content Model

<!ELEMENT  map-group    (graphic, map)                               >

Description

The following, in order:

This element may be contained in:

<abstract> Abstract; <ack> Acknowledgments; <app> Appendix; <app-group> Appendix Matter; <body> Body of the Book; <boxed-text> Boxed Text; <disp-quote> Quote, Displayed; <gloss-group> Glossary Group; <glossary> Glossary Elements List; <named-content> Named Special (Subject) Content; <notes> Notes; <p> Paragraph; <ref-list> Reference List (Bibliographic); <sec> Section; <trans-abstract> Translated Abstract

Tagged Example

   
...
<sec>
...
<p>...</p>
<map-group id="ch17chr04">
<graphic xlink:href="gf04chr"/>
<map map-name="04chrMap">
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&amp;rid=gnd.section.162" 
map-coords="64,10,162,37"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&amp;rid=gnd.section.207" 
map-coords="254,8,358,36"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&amp;rid=gnd.section.212" 
map-coords="249,190,360,220"/>
<area map-shape="rect" xlink:href="/
books/bv.fcgi?call=bv.View..ShowSection&amp;rid=gnd.section.256" 
map-coords="252,42,341,70"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&amp;rid=gnd.section.265" 
map-coords="67,178,132,205"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&amp;rid=gnd.section.252" 
map-coords="65,306,146,357"/>
</map>
</map-group>
...</sec>
...


Module

bookimagemap.ent