定义
包含客户端图像映射的坐标数据。
Contains coordinate data for client-side image maps.
注释
所谓图像映射,就是带有预先定义区域的图像,这些区域包含了指向其它文档或锚的链接。例如,你可以在一副太阳系的图像上创建用户点击后可浏览不同星球的链接。
map 对象由 IMG 元素的 USEMAP 属性引用,格式如下:
<IMG src="http://www.ajaxstu.com/Files/File/2007-11/24/H49H46D46EBBB92D33.gif"" USEMAP="#SystemMap">
MAP 元素包含一组定义图像中链接区域的 AREA 元素。
此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。
此元素不会改变显示。
此元素需要关闭标签。
An image map is a graphic image, with predefined regions, that contains links to other documents or anchors. For example, you could create an image of the solar system containing links that the user can click to navigate to pages for the individual planets.
The map object is referenced with the USEMAP attribute in an IMG element, as follows:
<IMG src="http://www.ajaxstu.com/Files/File/2007-11/24/H49H46D46EBBB92D33.gif"" USEMAP="#SystemMap">
A MAP element contains a set of AREA elements defining the linking regions in the image.
This element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
This element is not rendered.
HTML元素 - map 坐标数据
原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]
相关文章:
- HTML元素 - kbd 以定宽字体显示文本(2007-7-22 1:12:48)
- HTML元素 - frameset 组织多个框架和嵌套框架集(2007-6-18 8:3:33)
- HTML元素 - iframe 内嵌漂浮框架(2007-5-1 6:26:3)
- HTML元素 - frame 单个框架(2007-4-18 6:15:32)
- html:语言代码(2007-3-6 8:25:54)
- HTML元素 - center(2007-2-26 4:40:33)
- HTML元素 - label 为页面上的其它元素指定标签(2007-2-18 10:8:44)
- html:特殊符号和 BIDI 文本的字符项目(2007-2-3 11:6:38)
- HTML元素 - embed 嵌入文档(2007-2-1 1:54:21)
- HTML元素 - dfn 术语的定义(2007-1-27 8:23:49)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
