[Home]  [Edit this page]  [Recent Changes]  [Special Pages]  [Help
HTMLSPEC-MAP

Map

Usage

Used to specify a client-side image map, which provides clickable image "hotspots" that have associated URL's.

Attributes

name="" (required)


Specifies a name for the image map used for referencing through the usemap="" attribute of the <img> element.

Live Example

<html>
<head><title></title></head>
<body>
<map name="areas">
<area shape="rect" coords="7,5,71,21" href="http://warebiz.tripod.com/cpp.htm">
<area shape="rect" coords="80,5,143,21" href="http://warebiz.tripod.com/html.htm">
<area shape="rect" coords="154,5,219,22" href="http://warebiz.tripod.com/qbasic.htm">
</map>
<img src="imgmapping.jpg" border=0 usemap="#areas">
</body>
</html> 


HTML Tags Center

last edited (April 12, 2004) by leeos, Number of views: 1524, Current Rev: 4 (Diff)

[Edit this page]  [Page history]  [What links here]  [Discuss this topic]  [Printer Friendly]  

Members

Username:

Password:


Register
Forgot Password?




Programmers Heaven - for .NET, Java, C/C++ and WEB Developers!
© 1996-2008 Community Networks Ltd. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Tore Nestenius at .NET Consultant - Synchron Data.