July 1998
Intermediate to advanced
1456 pages
65h 5m
English
SHAPES — NN n/a IE n/a HTML 4
SHAPES
Optional
The presence of the SHAPES attribute instructs the
browser to treat the OBJECT element’s image
as a client-side image map and the nested A
elements as hotspot definitions for the map. Nested
A elements must include COORDS
attribute settings. An OBJECT element can inherit
the image map specifications from a nested OBJECT
element, provided the nested object specifies both the
SHAPES and EXPORT attributes.
<OBJECT data="widget399.pdf" SHAPES>
<OBJECT data="widget399.gif" SHAPES EXPORT>
<A HREF="w399Specs.html TARGET="main" SHAPE="rect" COORDS="10,10,40,50">
<A HREF="w399Price.html TARGET="main" SHAPE="rect" COORDS="40,10,80,50">
<A HREF="w399Order.html TARGET="main" SHAPE="rect" COORDS="10,50,80,100">
</OBJECT>
</OBJECT>The presence of the SHAPES attribute sets it to
true.
false
Read now
Unlock full access