July 1998
Intermediate to advanced
1456 pages
65h 5m
English
SHAPE — NN all IE all HTML 3.2
SHAPE=”shape"Optional
Defines the shape of the client-side area map whose coordinates are
specified with the COORDS attribute. The
SHAPE attribute tells the browser how many
coordinates to expect.
<AREA SHAPE="poly" COORDS="20,20,20,70,65,45" HREF="contents.html" TARGET="display">
Case-insensitive shape constant. Each implementation defines its own
set of shape names and equivalents, but there are common denominators
across browsers (circle, rect,
poly, and polygon).
|
Shape Name |
NN |
IE |
HTML |
|---|---|---|---|
circ |
- |
• |
- |
circle |
• |
• |
• |
poly |
• |
• |
• |
polygon |
• |
• |
- |
rect |
• |
• |
• |
rectangle |
- |
• |
- |
rect
[window.]document.all.elementID.shape
Read now
Unlock full access