Subject:
|
Re: Image Maps
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Mon, 6 Sep 1999 08:07:32 GMT
|
Viewed:
|
957 times
|
| |
| |
Linc:
You should definitely go for client side image maps.
> <IMG SRC="cover_lable.gif" ALT="" USEMAP="#cover_lable"></A>
> <MAP NAME="cover_lable">
> <AREA SHAPE=RECT COORDS="97,113,286,136" HREF=mailto:linc@bulkley.net
> ALT=""></AREA>
> </MAP>
Your code looks fine, except for some syntax error and a
small detail. - You should make sure you have a text that
makes sense for the link in the ALT attribute of the AREA
element. I would write something like this:
<IMG SRC="main_menu.jpeg" ALT="[Menu]" USEMAP="#menu"
WIDTH=100 HEIGHT=40>
<MAP NAME="menu">
<AREA SHAPE=RECT COORDS="0,0,99,19" HREF="/" ALT="Home">
<AREA SHAPE=RECT COORDS="0,20,99,39" HREF="mailto:sparre@nbi.dk"
ALT="Write me">
</MAP>
This way everybody, including search engines, lynx users,
and blind, can make sense of the "image" map.
Play well,
Jacob
------------------------------------------------
-- E-mail: sparre@cats.nbi.dk --
-- Web...: <URL:http://www.ldraw.org/FAQ/> --
------------------------------------------------
|
|
Message is in Reply To:
| | Image Maps
|
| I am working on a webpage, and I have come up to where I want to use an image map. In my graphics program help file it talks about Client and Server side image map processing. It also talks about different NCSA and CERN CGI programs. From what I (...) (25 years ago, 6-Sep-99, to lugnet.publish)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|