<img src="1.jpg" usemap="#show-single-area">
<map name="show-single-area">
<area shape="polygon" coords="0,0,50,0,50,50,20,60,0,50" href="#" id="aa" style="background:#f00;">
</map>
想让area区域高亮显示,但是area不支持样式设置怎么解决?不想用多个图片来解决,加载太慢。
相关分类