首页 > 代码库 > html中给图片添加热点
html中给图片添加热点
- <img src=http://www.mamicode.com/"images/index/top1.jpg" width="248" height="512" usemap="#login">
- <map name="login">
- <area shape="circle" coords="x1, y1, r" href=http://www.mamicode.com/"" target="_blank" alt="" title="" />
- <area shape="rect" coords="x1, y1, x2, y2" href=http://www.mamicode.com/"" target="_blank" alt="" title="" />
- <area shape="poligon" coords="x1, y1, x2, y2,......." href=http://www.mamicode.com/"" target="_blank" alt="" title="" />
- </map>
usemap= # + 与map的name一致
shape热点形状:circle圆形
coords坐标位置:圆心x轴,圆心y轴,半径r
shape热点形状:rect矩形
coords坐标位置:左上角x轴坐标,左上角y轴坐标,右下角x轴坐标,右下角y轴坐标
shape热点形状:poligon矩形
coords坐标位置:第一个点的x轴坐标,第一个点的y轴坐标,第二个点的x轴坐标,第二个点的y轴坐标,.......
html中给图片添加热点
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。