图像映射不起作用

时间:2016-04-29 19:08:17

标签: html css imagemap

我有一张图片地图,我的图片无法点击我的链接。这是我的地图/图像代码:

<map name="map">
    <area shape="rect" coords="208, 76, 229, 101" href="link here">
</map>
<img id="himg" usemap="#map" src="img here">

这是&#34; himg&#34;的CSS:

#himg {
    position:relative;
    width:781px;
    height:245px;
    margin:0 auto;
    z-index: -10;
    }

起初我在地图之前有了图像,但随后将其切换为地图首先出现,但这并没有使任何可点击的内容。

0 个答案:

没有答案