设置图像热点区域为超链接(在图像中生成)
发布时间
阅读量:
阅读量
针对图片中不同区域,设置对应的超链接信息。
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<img src="BAT.jpg" alt="BAT" usemap ="#batmap" />
<!--方形:left,top,right,bottom 圆:center-x,center-y,radius 不规则:poly-->
<map name ="batmap">
<area shape ="rect" coords ="54,96,167,185" href ="https://www.baidu.com" alt="百度" />
<area shape ="circle" coords ="359,61,53" href ="https://www.alibaba.com/" alt="阿里" />
<area shape ="circle" coords ="511,213,57" href ="https://
全部评论 (0)
还没有任何评论哟~
