|
Reminder |
| Remember to book mark
this site! |
|
<MAP> ... </MAP> CLIENT-SIDE IMAGE MAP
Description:
Allows certian areas of an image to be hyperlinked.
Attributes:
name - names the image map to be
referenced later.
usemap - specifies what coding to
refer to.
Example code:
<MAP NAME="buttonmap">
<AREA SHAPE="rect" COORDS="10,10,49,49"
HREF="about.html">
<AREA SHAPE="rect" COORDS="10,10,49,49"
HREF="services.html">
<AREA SHAPE="rect" COORDS="10,10,49,49"
HREF="home.html">
</MAP>
<IMG SRC="image.gif" ALIGN=LEFT WIDTH=25 HEIGHT=25
ALT="Our Button Map" USEMAP="#buttonmap>
"Building The Web Into a Nicer Place -- One Site At A Time"
Developing Webs Group Copyright © 2001-2008 All Rights Reserved
Privacy
and Legal
|
|
 |