【发布时间】:2015-08-06 03:16:33
【问题描述】:
我需要在 Adobe Illustrator 中创建一个设计为不规则形状的菜单,我试过这个:
<div class="body_container">
<img src="img/sitio_Web.png" alt="" usemap="#sitio_Web_Map" height="787" border="0" width="1430">
<map name="sitio_Web_Map">
<area shape="poly" alt="" coords="377,164, 377,135, 305,135, 244,138, 194,145, 194,175, 247,168, 309,165, 377,164" href="#Quienes_Somos">
</map>
</div>
但我不知道如何继续使它成为一个对鼠标悬停和鼠标点击有影响的菜单
【问题讨论】:
标签: javascript jquery css html adobe-illustrator