背景图片锚点超链接代码【原创】

<div>
   <img src="<%=request.getContextPath() %>/images/carService.jpg" border="0" usemap="#Map">
     <map name="Map">
        <area shape="rect" coords="144,147,299,187" href="https://">
        <area shape="rect" coords="144,222,299,262" href="https://">
        <area shape="rect" coords="143,293,298,333" href="https://">
    </map>
    </div>

这样就可以了。位置的话,可以用DW来实现精准

 

你可能感兴趣的:(超链接)