Home  |  Latest News  |  Contribute  |  F.A.Q.  |  Account  |  Scripts | About
Search ASPNut:
 
ASP Reference
Server Variables
ASP Glossary
Related Sites

Free Components

HTML Reference
Web Colors
Entities
CSS Level 1
Encode/Decode
Glossary

Our Sponsors
ASP Nuke CMS
Free Auctions
PHP 5 Script
Funktastic Blog
ULost Directory
Team Task

 

 

 

 

 

 

 

 

 

 

 

 

<MAP>

Defines a client-side image map that defines areas of the content as clickable links to other resources.

Contained within the MAP element are various AREA elements defining each specific region of the map. Areas can take on many different shapes including rectangles, circles and polygons.

Attributes

Attribute Description
ID Identifies this tag to reference in script (program code)
CLASS Define the class used to render this element (defined by a style sheet)
TITLE A title that is associated with the element (displayed as a tooltip in Internet Explorer)
NAME Assigns a name to the image map which may be referenced by other elements by using the USEMAP attribute.

Example

<P><IMG src="navbar1.gif" usemap="#map1">
<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,276,28,100,200,50,50,276,0">Top Ten</A>
</MAP>

Compatibility

HTML 4.01

Return to HTML Tag Reference Overview

Orvado Technologies

ASP Nuke CMS
Free Open Source
Content Manager
HomeFix Boards
Home Remodeling
Message Boards

Contact Us | Contribute | About | Site Map



"All programmers are playwrights and all computers are lousy actors." - Anon

©2007 Orvado Technologies, All Rights Reserved
ASP Nut provides articles and reference documentation for Active Server Page developers.