« microsoft sql server (mssql)数据导入导出详解 企业管理器基本操作 (多图文档)一个容易忽视的存储过程问题 »

HTML元素 - map 坐标数据

定义
包含客户端图像映射的坐标数据。

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.
原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]

相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。