| Author |
What/how to use map element
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3400
|
|
Hi all. I have encountered the map element inside html page, but I don't understand what it is. something like : <MAP name="map1"> <P>Navigate the site: <A href="guide.html" shape="rect" coords="0,0,118,28">Access Guide</a> | <A href="shortcut.html" shape="rect" coords="118,0,184,28">Go</A> | <A href="search.html" shape="circle" coords="184,200,60">Search</A> | <A href="top10.html" shape="poly" coords="276,0,373,28,50,50,100,120">Top Ten</A>< </MAP> can some one explain it to me ??
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
It is an image map intead of having a seperate image, you can have one whole image with different parts being clickable links. Eric
|
 |
 |
|
|
subject: What/how to use map element
|
|
|